Fix spaces after comma according to code style

Contributes to issue CURA-3587.
This commit is contained in:
Ghostkeeper 2017-07-06 16:13:42 +02:00
parent 4370e3a13c
commit ef89fab126
No known key found for this signature in database
GPG key ID: C5F96EE2BC0F7E75

View file

@ -364,9 +364,9 @@ UM.PreferencesPage
CheckBox
{
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"))
onClicked: UM.Preferences.setValue("view/zoom_to_mouse", checked)
onClicked: UM.Preferences.setValue("view/zoom_to_mouse", checked)
}
}