Browse Source

Make Wizard Dialogs non-resizeable.

5-min fix.
Remco Burema 4 years ago
parent
commit
9ffd7ecdb3
1 changed files with 2 additions and 0 deletions
  1. 2 0
      resources/qml/WelcomePages/WizardDialog.qml

+ 2 - 0
resources/qml/WelcomePages/WizardDialog.qml

@@ -24,6 +24,8 @@ Window
 
     minimumWidth: UM.Theme.getSize("modal_window_minimum").width
     minimumHeight: UM.Theme.getSize("modal_window_minimum").height
+    maximumWidth: minimumWidth
+    maximumHeight: minimumHeight
 
     color: UM.Theme.getColor("main_background")