cookie clock: fix jagged rotating date

This commit is contained in:
end-4
2025-10-14 09:28:42 +02:00
parent 395baf1509
commit 5929533d78
@@ -30,7 +30,7 @@ Item {
Repeater {
model: root.dateText.length
delegate: StyledText {
delegate: Text {
required property int index
property real angle: index * root.angleStep - Math.PI / 2
x: root.width / 2 + root.radius * Math.cos(angle) - width / 2