mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-09-14 00:53:14 +08:00
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:
parent
b9397aaa57
commit
16cfb768d2
@ -230,11 +230,11 @@ UM.Dialog
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
CheckBox
|
CheckBox
|
||||||
{
|
{
|
||||||
id: dontShowAgainCheckbox
|
id: dontShowAgainCheckbox
|
||||||
anchors.bottom: parent.bottom
|
anchors.bottom: cancel_button.top
|
||||||
|
anchors.bottomMargin: UM.Theme.getSize("default_margin").height
|
||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
|
|
||||||
text: catalog.i18nc("@action:label", "Don't show project summary on save again")
|
text: catalog.i18nc("@action:label", "Don't show project summary on save again")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user