From f2590389540c7da51ebfa70987e8fb7014f98fa6 Mon Sep 17 00:00:00 2001 From: Lipu Fei Date: Mon, 20 Mar 2017 11:37:01 +0100 Subject: [PATCH] Adjust open project/models dialog size for high DPI CURA-3495 --- resources/qml/Cura.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/qml/Cura.qml b/resources/qml/Cura.qml index e6b1b636f5..f64d1fdbf8 100755 --- a/resources/qml/Cura.qml +++ b/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