Merge pull request #526

578cafb increase wizard height (Jaquee)
This commit is contained in:
Riccardo Spagni 2017-03-03 16:29:26 +02:00
commit 30cfe1041a
No known key found for this signature in database
GPG key ID: 55432DF31CCD4FCD

View file

@ -942,7 +942,7 @@ ApplicationWindow {
PropertyChanges { target: titleBar; basicButtonVisible: false }
PropertyChanges { target: wizard; visible: true }
PropertyChanges { target: appWindow; width: 930; }
PropertyChanges { target: appWindow; height: 595; }
PropertyChanges { target: appWindow; height: 650; }
PropertyChanges { target: resizeArea; visible: false }
PropertyChanges { target: titleBar; maximizeButtonVisible: false }
PropertyChanges { target: frameArea; blocked: true }