From 2f3998b9dbf4aa812415ab2db42a050946792225 Mon Sep 17 00:00:00 2001 From: Jaime van Kessel Date: Fri, 3 Mar 2017 14:46:40 +0100 Subject: [PATCH] Fixed layout of discard dialog --- resources/qml/DiscardOrKeepProfileChangesDialog.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/qml/DiscardOrKeepProfileChangesDialog.qml b/resources/qml/DiscardOrKeepProfileChangesDialog.qml index 0261e88da1..4c88801bb0 100644 --- a/resources/qml/DiscardOrKeepProfileChangesDialog.qml +++ b/resources/qml/DiscardOrKeepProfileChangesDialog.qml @@ -64,7 +64,7 @@ UM.Dialog anchors.margins: UM.Theme.getSize("default_margin").width anchors.left: parent.left anchors.right: parent.right - height: base.height - 100 + height: base.height - 130 id: tableView Component {