Index: sources/gui/qml/components/ProgressCircle.qml =================================================================== diff -u -r77ba0083b790f7c1c851c60ecaeaa4f2e7eff7a8 -raac60a5c8b23870142cedea0cbea8558ebfd88d8 --- sources/gui/qml/components/ProgressCircle.qml (.../ProgressCircle.qml) (revision 77ba0083b790f7c1c851c60ecaeaa4f2e7eff7a8) +++ 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