From 8d6ea7bb9710ff078f6abd9ed71498c52c9f05ad Mon Sep 17 00:00:00 2001 From: Lipu Fei Date: Mon, 20 Mar 2017 11:30:05 +0100 Subject: [PATCH] Adjust Discard/Keep Profile Dialog size for high DPI --- resources/qml/DiscardOrKeepProfileChangesDialog.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/qml/DiscardOrKeepProfileChangesDialog.qml b/resources/qml/DiscardOrKeepProfileChangesDialog.qml index bee657532f..1752995ec5 100644 --- a/resources/qml/DiscardOrKeepProfileChangesDialog.qml +++ b/resources/qml/DiscardOrKeepProfileChangesDialog.qml @@ -59,7 +59,7 @@ UM.Dialog anchors.margins: UM.Theme.getSize("default_margin").width anchors.left: parent.left anchors.right: parent.right - height: base.height - 200 + height: base.height - 150 id: tableView Component { @@ -167,7 +167,7 @@ UM.Dialog anchors.right: parent.right anchors.left: parent.left anchors.margins: UM.Theme.getSize("default_margin").width - height:childrenRect.height + height: childrenRect.height Button {