From 16cfb768d233864a2914a9ada746c78fcedbf7b9 Mon Sep 17 00:00:00 2001 From: Lipu Fei Date: Wed, 16 Aug 2017 16:07:00 +0200 Subject: [PATCH] Move dont show again checkbox above the buttons CURA-4113 The Don't show again checkbox is on the same row with the buttons. In some translations, the text for the checkbox is very long, which overlaps with the button. --- resources/qml/WorkspaceSummaryDialog.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/qml/WorkspaceSummaryDialog.qml b/resources/qml/WorkspaceSummaryDialog.qml index 5f8b7cce51..5596d9c735 100644 --- a/resources/qml/WorkspaceSummaryDialog.qml +++ b/resources/qml/WorkspaceSummaryDialog.qml @@ -230,11 +230,11 @@ UM.Dialog } } - CheckBox { id: dontShowAgainCheckbox - anchors.bottom: parent.bottom + anchors.bottom: cancel_button.top + anchors.bottomMargin: UM.Theme.getSize("default_margin").height anchors.left: parent.left text: catalog.i18nc("@action:label", "Don't show project summary on save again")