Browse Source

Adjust open project/models dialog size for high DPI

CURA-3495
Lipu Fei 8 years ago
parent
commit
f259038954
1 changed files with 2 additions and 2 deletions
  1. 2 2
      resources/qml/Cura.qml

+ 2 - 2
resources/qml/Cura.qml

@@ -808,8 +808,8 @@ UM.MainWindow
         id: askOpenProjectOrModelsDialog
 
         title: catalog.i18nc("@title:window", "Open file(s)")
-        width: 620
-        height: 250
+        width: 420
+        height: 170
 
         maximumHeight: height
         maximumWidth: width