rightpanel hide/show fix

This commit is contained in:
marcin
2014-07-16 10:52:00 +02:00
parent ca7472c79a
commit 855d5736c5
3 changed files with 3 additions and 2 deletions

View File

@@ -87,6 +87,7 @@ ApplicationWindow {
x: (Screen.width - width) / 2
y: (Screen.height - height) / 2
flags: Qt.FramelessWindowHint | Qt.WindowSystemMenuHint | Qt.Window | Qt.WindowMinimizeButtonHint
onWidthChanged: if(width < 1269) x -= 0
Item {
id: rootItem