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 }