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
No known key found for this signature in database
GPG key ID: DE46246550D2F3C5

View file

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