From 578cafb059e638a0a260797078010cd10464d153 Mon Sep 17 00:00:00 2001 From: Jaquee Date: Fri, 3 Mar 2017 12:07:25 +0100 Subject: [PATCH] increase wizard height --- main.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.qml b/main.qml index 83e294ec..4a01c5c1 100644 --- a/main.qml +++ b/main.qml @@ -935,7 +935,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 }