Index: sources/gui/qml/components/SDCInfo.qml =================================================================== diff -u -rbea36be2766046e63c4e82539a630b5cee7ce1c6 -rb8a9627cf291b564b0fc1570f9c0a97fa6873035 --- sources/gui/qml/components/SDCInfo.qml (.../SDCInfo.qml) (revision bea36be2766046e63c4e82539a630b5cee7ce1c6) +++ sources/gui/qml/components/SDCInfo.qml (.../SDCInfo.qml) (revision b8a9627cf291b564b0fc1570f9c0a97fa6873035) @@ -28,7 +28,7 @@ right : parent.right verticalCenter : _sdCircle.verticalCenter } - color : Colors.dialogText + color : "grey" font.pixelSize : Fonts.fontPixelTouchAreaTitle } } @@ -69,7 +69,7 @@ top : _progress.bottom topMargin : 10 } - color : Colors.dialogText + color : "grey" font.pixelSize : Fonts.fontPixelTouchAreaTitle text : ("%1 of %2") .arg(("%1 %2 %3") .arg(Variables.sizeConverted( _GuiView.sdAvail, 1000, 3)) .arg(qsTr("Free")).arg(qsTr("MB"))) .arg(("%1 %2") .arg(Variables.sizeConverted( _GuiView.sdTotal, 1000, 3)) .arg(qsTr("MB")))