mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 19:49:00 +08:00
Fix spaces after comma according to code style
Contributes to issue CURA-3587.
This commit is contained in:
parent
4370e3a13c
commit
ef89fab126
@ -364,9 +364,9 @@ UM.PreferencesPage
|
|||||||
CheckBox
|
CheckBox
|
||||||
{
|
{
|
||||||
id: zoomToMouseCheckbox
|
id: zoomToMouseCheckbox
|
||||||
text: catalog.i18nc("@action:button","Zoom toward mouse direction");
|
text: catalog.i18nc("@action:button", "Zoom toward mouse direction");
|
||||||
checked: boolCheck(UM.Preferences.getValue("view/zoom_to_mouse"))
|
checked: boolCheck(UM.Preferences.getValue("view/zoom_to_mouse"))
|
||||||
onClicked: UM.Preferences.setValue("view/zoom_to_mouse", checked)
|
onClicked: UM.Preferences.setValue("view/zoom_to_mouse", checked)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user