Index: sources/gui/qml/compounds/AutoStepController.qml =================================================================== diff -u -r78aa5e70b591b3544ff9d9e6b772fe07deaa2f0f -r8f6ecb60abf6d47d4554cfd3019ca496d79b6f69 --- sources/gui/qml/compounds/AutoStepController.qml (.../AutoStepController.qml) (revision 78aa5e70b591b3544ff9d9e6b772fe07deaa2f0f) +++ sources/gui/qml/compounds/AutoStepController.qml (.../AutoStepController.qml) (revision 8f6ecb60abf6d47d4554cfd3019ca496d79b6f69) @@ -6,7 +6,7 @@ Item { id: _root property int interval : 5000 property bool isPlaying : true - property string color : Colors.modeAutoStepColor + property string color : _colorMode.modeAutoStepColor height : 35 @@ -48,7 +48,7 @@ maximum : 100 thickness : 4 visible : _root.isPlaying - color : Colors.modeAutoStepProgressColor + color : _colorMode.modeAutoStepProgressColor circleShadowColor : Colors.transparent // Smooth progress animation