simplified window v2

This commit is contained in:
marcin
2014-07-19 16:52:05 +02:00
parent b0afe850fe
commit 58fb6d055b
5 changed files with 200 additions and 2 deletions

View File

@@ -222,7 +222,7 @@ ApplicationWindow {
NumberAnimation {
target: appWindow
properties: "height"
to: 334
to: basicPanel.height
easing.type: Easing.InCubic
duration: 200
}