Index: sources/gui/qml/components/TimeCircle.qml =================================================================== diff -u -ra5760947d3ed0d2748ba023a1c25e3c6aa0b1de1 -r4a2b83dcb56555861d2c741a8e8894e5b07e24bf --- sources/gui/qml/components/TimeCircle.qml (.../TimeCircle.qml) (revision a5760947d3ed0d2748ba023a1c25e3c6aa0b1de1) +++ sources/gui/qml/components/TimeCircle.qml (.../TimeCircle.qml) (revision 4a2b83dcb56555861d2c741a8e8894e5b07e24bf) @@ -45,10 +45,11 @@ height : diameter ProgressCircle { id: _progressCircle - minimum : _root.minimum - maximum : _root.maximum - anchors.centerIn: parent - value : _root.progressValue + minimum : _root.minimum + maximum : _root.maximum + anchors.fill : parent + value : _root.progressValue + circleShadowColor : Colors.mainTreatmentLighterBlue TimeText { id: _timeText Behavior on opacity { OpacityAnimator { duration: 1000 } }