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.
This commit is contained in:
Lipu Fei 2017-08-16 16:07:00 +02:00
parent b9397aaa57
commit 16cfb768d2

View file

@ -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")