Browse Source

Update dialog size

CURA-9424
Joey de l'Arago 2 years ago
parent
commit
25a0355cfe
1 changed files with 4 additions and 2 deletions
  1. 4 2
      plugins/3MFReader/WorkspaceDialog.qml

+ 4 - 2
plugins/3MFReader/WorkspaceDialog.qml

@@ -14,9 +14,11 @@ UM.Dialog
     id: base
     title: catalog.i18nc("@title:window", "Open Project")
 
-    minimumWidth: UM.Theme.getSize("popup_dialog").width
-    minimumHeight: UM.Theme.getSize("popup_dialog").height
+    minimumWidth: UM.Theme.getSize("modal_window_minimum").width
+    minimumHeight: UM.Theme.getSize("modal_window_minimum").height
     width: minimumWidth
+    height: minimumHeight
+
     backgroundColor: UM.Theme.getColor("main_background")
     margin: UM.Theme.getSize("default_margin").width
     property int comboboxHeight: UM.Theme.getSize("default_margin").height