Index: sources/gui/qml/components/ProgressCircle.qml =================================================================== diff -u -r23f8a6036e22f80c3c5fd2834a2980bb62d2a34d -raac60a5c8b23870142cedea0cbea8558ebfd88d8 --- sources/gui/qml/components/ProgressCircle.qml (.../ProgressCircle.qml) (revision 23f8a6036e22f80c3c5fd2834a2980bb62d2a34d) +++ sources/gui/qml/components/ProgressCircle.qml (.../ProgressCircle.qml) (revision aac60a5c8b23870142cedea0cbea8558ebfd88d8) @@ -29,8 +29,9 @@ property int value : minimum property alias diameter : _circle.diameter property alias thickness: _circle.thickness - property color color : _circle.runAnimation ? Colors.borderButton : - Colors.pauseColor + property color color : _circle.runAnimation ? Colors.pauseColor : + Colors.borderButton + property color circleShadowColor : Colors.backgroundMainMenu property color circleFillColor : Colors.transparent property alias runAnimation : _circle.runAnimation