fix height after switching layout mode

This commit is contained in:
Jacob Brydolf
2016-11-21 22:22:26 +01:00
parent f1157f8362
commit cca825bad1

View File

@@ -918,7 +918,7 @@ ApplicationWindow {
NumberAnimation {
target: appWindow
properties: "height"
to: 800
to: maxWindowHeight
easing.type: Easing.InCubic
duration: 200
}