mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 23:17:32 -06:00
Fix code style
CURA-4503
This commit is contained in:
parent
334283e893
commit
67c11b8cdf
1 changed files with 5 additions and 5 deletions
|
@ -85,11 +85,11 @@ UM.Dialog
|
||||||
|
|
||||||
Label
|
Label
|
||||||
{
|
{
|
||||||
id: checkboxTextWithNiceRendering
|
id: checkboxTextWithNiceRendering
|
||||||
anchors.left: rememberChoiceCheckBox.right
|
anchors.left: rememberChoiceCheckBox.right
|
||||||
anchors.bottom: rememberChoiceCheckBox.bottom
|
anchors.bottom: rememberChoiceCheckBox.bottom
|
||||||
font: UM.Theme.getFont("default")
|
font: UM.Theme.getFont("default")
|
||||||
text: catalog.i18nc("@text:window", "Remember my choice")
|
text: catalog.i18nc("@text:window", "Remember my choice")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue