Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'resources/qml/WelcomePages/WizardDialog.qml')
-rw-r--r--resources/qml/WelcomePages/WizardDialog.qml5
1 files changed, 3 insertions, 2 deletions
diff --git a/resources/qml/WelcomePages/WizardDialog.qml b/resources/qml/WelcomePages/WizardDialog.qml
index dab39bec2e..3bee9fcb5c 100644
--- a/resources/qml/WelcomePages/WizardDialog.qml
+++ b/resources/qml/WelcomePages/WizardDialog.qml
@@ -22,8 +22,8 @@ Window
flags: Qt.Dialog
modality: Qt.ApplicationModal
- minimumWidth: 580 * screenScaleFactor
- minimumHeight: 600 * screenScaleFactor
+ minimumWidth: UM.Theme.getSize("modal_window_minimum").width
+ minimumHeight: UM.Theme.getSize("modal_window_minimum").height
color: UM.Theme.getColor("main_background")
@@ -40,6 +40,7 @@ Window
id: wizardPanel
anchors.fill: parent
model: dialog.model
+ visible: dialog.visible
}
// Close this dialog when there's no more page to show