diff --git a/main.qml b/main.qml index b2a08869..6f979a65 100644 --- a/main.qml +++ b/main.qml @@ -918,7 +918,7 @@ ApplicationWindow { NumberAnimation { target: appWindow properties: "height" - to: 800 + to: maxWindowHeight easing.type: Easing.InCubic duration: 200 }