Browse Source

CURA-3221 Larger window size for override profile dialog

Lipu Fei 8 years ago
parent
commit
d2c03b3554
1 changed files with 2 additions and 2 deletions
  1. 2 2
      resources/qml/DiscardOrKeepProfileChangesDialog.qml

+ 2 - 2
resources/qml/DiscardOrKeepProfileChangesDialog.qml

@@ -13,8 +13,8 @@ UM.Dialog
     id: base
     title: catalog.i18nc("@title:window", "Discard or Keep changes")
 
-    width: 500
-    height: 300
+    width: 800
+    height: 400
     property var changesModel: Cura.UserChangesModel{ id: userChangesModel}
     onVisibilityChanged:
     {