Index: sources/gui/qml/components/ProgressCircle.qml =================================================================== diff -u -rdb2238dcf17941be6a3c587b55a3ef06b94cee96 -re159592e3a99658e661ab83fffef43322dc075f3 --- sources/gui/qml/components/ProgressCircle.qml (.../ProgressCircle.qml) (revision db2238dcf17941be6a3c587b55a3ef06b94cee96) +++ sources/gui/qml/components/ProgressCircle.qml (.../ProgressCircle.qml) (revision e159592e3a99658e661ab83fffef43322dc075f3) @@ -28,7 +28,8 @@ property int maximum : 0 property int value : minimum property alias diameter : _circle.diameter - property alias thickness :_circle.thickness + property alias thickness : _circle.thickness + property color color : Colors.backgroundMainMenu width : _circle.width height : _circle.height @@ -39,6 +40,7 @@ Circle { id: _circle anchors.centerIn: parent + color : _root.color shadow.color : Colors.backgroundMainMenu angle : _private.value thickness : 2