Index: sources/gui/qml/SDCProgressItem.qml =================================================================== diff -u -raff2e3d6f0cf3827ed741e8dcd278d3e4008945a -r39927736798f01451e443acfb8d8d72ee426892e --- sources/gui/qml/SDCProgressItem.qml (.../SDCProgressItem.qml) (revision aff2e3d6f0cf3827ed741e8dcd278d3e4008945a) +++ sources/gui/qml/SDCProgressItem.qml (.../SDCProgressItem.qml) (revision 39927736798f01451e443acfb8d8d72ee426892e) @@ -49,7 +49,7 @@ topMargin : 5 rightMargin : 5 } - width : 30 + width : _GuiView.dryDemoMode ? 40 : 30 height: width radius: width Text { id: _percent