Index: sources/gui/qml/dialogs/headerbar/StorageDialog.qml =================================================================== diff -u -ra6fc7c04f3cfea92b638458a80593cd22dbac21a -rfe27956b26aabc3a40ece13a3f8f1723223f737f --- sources/gui/qml/dialogs/headerbar/StorageDialog.qml (.../StorageDialog.qml) (revision a6fc7c04f3cfea92b638458a80593cd22dbac21a) +++ sources/gui/qml/dialogs/headerbar/StorageDialog.qml (.../StorageDialog.qml) (revision fe27956b26aabc3a40ece13a3f8f1723223f737f) @@ -15,10 +15,11 @@ width : height SDCProgressItem { id: _SDC_progressItem - thickness : 7 anchors.fill : parent circleShadowColor : Colors.dialogShadowColor textColor : Colors.dialogText + percentFontSize : 18 + totalFontSize : 16 } }