mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-22 10:21:39 -07:00
Fix spaces after comma according to code style
Contributes to issue CURA-3587.
This commit is contained in:
parent
4370e3a13c
commit
ef89fab126
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue