Index: sources/gui/qml/SDCProgressItem.qml =================================================================== diff -u -rfe27956b26aabc3a40ece13a3f8f1723223f737f -rccea9f498ece7b6f75e97d85c9312e67b736f98a --- sources/gui/qml/SDCProgressItem.qml (.../SDCProgressItem.qml) (revision fe27956b26aabc3a40ece13a3f8f1723223f737f) +++ sources/gui/qml/SDCProgressItem.qml (.../SDCProgressItem.qml) (revision ccea9f498ece7b6f75e97d85c9312e67b736f98a) @@ -72,6 +72,7 @@ maximum : _GuiView.sdTotal / sizePowers // convert to MB since the value in byte is too big for ProgressCircle. value : _GuiView.sdAvail / sizePowers // convert to MB since the value in byte is too big for ProgressCircle. color : ! _GuiView.sdIsReady ? "red" : _GuiView.sdIsReadOnly ? "gray" : _GuiView.sdIsLow ? Colors.red : "green" + circleShadowColor: Colors.panelBorderColor } Text { id: _totalText visible : _GuiView.sdIsReady && displayInformation