diff --git a/applets/analog-clock/contents/ui/analogclock.qml b/applets/analog-clock/contents/ui/analogclock.qml --- a/applets/analog-clock/contents/ui/analogclock.qml +++ b/applets/analog-clock/contents/ui/analogclock.qml @@ -113,8 +113,8 @@ } Hand { - anchors.topMargin: 3 - elementId: "HourHandShdow" + anchors.topMargin: units.smallSpacing * -1.50 + elementId: "HourHandShadow" rotation: 180 + hours * 30 + (minutes/2) svgScale: face.width / face.naturalSize.width @@ -126,7 +126,7 @@ } Hand { - anchors.topMargin: 3 + anchors.topMargin: units.smallSpacing * 0.75 elementId: "MinuteHandShadow" rotation: 180 + minutes * 6 svgScale: face.width / face.naturalSize.width @@ -138,7 +138,7 @@ } Hand { - anchors.topMargin: 3 + anchors.topMargin: units.smallSpacing * 0.50 elementId: "SecondHandShadow" rotation: 180 + seconds * 6 visible: showSecondsHand