From 361636af29c1bd3fa55deaff2cf929b3479c2391 Mon Sep 17 00:00:00 2001 From: Lipu Fei Date: Fri, 17 May 2019 14:30:18 +0200 Subject: [PATCH] Allow WizardDialog to resize --- resources/qml/WelcomePages/WizardDialog.qml | 2 -- 1 file changed, 2 deletions(-) diff --git a/resources/qml/WelcomePages/WizardDialog.qml b/resources/qml/WelcomePages/WizardDialog.qml index c81f9daff0..4a0867c9a2 100644 --- a/resources/qml/WelcomePages/WizardDialog.qml +++ b/resources/qml/WelcomePages/WizardDialog.qml @@ -24,8 +24,6 @@ Window minimumWidth: 580 * screenScaleFactor minimumHeight: 600 * screenScaleFactor - maximumWidth: minimumWidth - maximumHeight: minimumHeight color: UM.Theme.getColor("main_background")