Use a much nicer animation

This commit is contained in:
Loren Burkholder 2022-04-01 12:02:53 -04:00
parent 15c7630e10
commit 916abec3c5

View file

@ -30,6 +30,12 @@ Pane {
antialiasing: true
layer.samples: 8
Behavior on rotation {
NumberAnimation {
duration: 100
}
}
FontMetrics {
id: fontMetrics
}