Index: sources/gui/qml/SDCProgressItem.qml =================================================================== diff -u -r124c2e38e72a1a655d9d479c9c7a1cd8c5d5e6c4 -r2e7d498210ba1837f0d77c23c62bf2cf43a26112 --- sources/gui/qml/SDCProgressItem.qml (.../SDCProgressItem.qml) (revision 124c2e38e72a1a655d9d479c9c7a1cd8c5d5e6c4) +++ sources/gui/qml/SDCProgressItem.qml (.../SDCProgressItem.qml) (revision 2e7d498210ba1837f0d77c23c62bf2cf43a26112) @@ -50,7 +50,7 @@ topMargin : 5 rightMargin : 5 } - width : 30 + width : _GuiView.dryDemoMode ? 40 : 30 height: width radius: width Text { id: _percent