make MinuteMarks not rely on cascading

This commit is contained in:
end-4
2025-10-07 17:24:22 +02:00
parent e86a0e23bb
commit a77b7f7b66
5 changed files with 33 additions and 20 deletions
@@ -16,8 +16,7 @@ Item {
Canvas {
z: 0
width: parent.width
height: parent.height
anchors.fill: parent
rotation: {
if (!Config.options.time.secondPrecision) return 0;
return (secondHandLoader.item.rotation + 45); // +45 degrees to align text's center