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