adjust clock appearance

This commit is contained in:
end-4
2025-10-30 12:38:30 +01:00
parent 403344e120
commit 1b996e37a7
4 changed files with 6 additions and 6 deletions
@@ -10,7 +10,7 @@ Item {
required property int clockMinute
property string style: "medium"
property real handLength: 95
property real handWidth: style === "bold" ? 18 : style === "medium" ? 12 : 5
property real handWidth: style === "bold" ? 20 : style === "medium" ? 12 : 5
property color color: Appearance.colors.colSecondary
rotation: -90 + (360 / 60) * root.clockMinute