From cca825bad17942a88b38fbe361669adc2fd7e17c Mon Sep 17 00:00:00 2001 From: Jacob Brydolf Date: Mon, 21 Nov 2016 22:22:26 +0100 Subject: [PATCH] fix height after switching layout mode --- main.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }