From 916abec3c5335d11b3c4e29acf300af66b197ecb Mon Sep 17 00:00:00 2001 From: Loren Burkholder Date: Fri, 1 Apr 2022 12:02:53 -0400 Subject: [PATCH] Use a much nicer animation --- resources/qml/Root.qml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/resources/qml/Root.qml b/resources/qml/Root.qml index 590ccfc4..39d94511 100644 --- a/resources/qml/Root.qml +++ b/resources/qml/Root.qml @@ -30,6 +30,12 @@ Pane { antialiasing: true layer.samples: 8 + Behavior on rotation { + NumberAnimation { + duration: 100 + } + } + FontMetrics { id: fontMetrics }