From cd9a8dbca5c3de7b989d5cb7696855d8a0257120 Mon Sep 17 00:00:00 2001 From: Jaime van Kessel Date: Fri, 3 Mar 2017 10:19:53 +0100 Subject: [PATCH] Listbox now scales with window CURA-3221 --- 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 a19400de5e..89327bfe1c 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: 200 + height: base.height - 100 id: tableView Component {