mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 22:54:01 -06: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
1 changed files with 2 additions and 2 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue