Fix spacing

This commit is contained in:
Antonis Tsiapaliokas 2013-09-30 19:18:15 +03:00 committed by Martin Gräßlin
parent bd79162710
commit 5ab8e740d4

View file

@ -191,7 +191,7 @@ Item {
CheckBox {
id: glColorCorrection
text: i18n("Enable color correction (experimental)")
text: i18n("Enable color correction \n(experimental)")
checked: compositing.glColorCorrection
enabled: openGLType.currentIndex != 3 && openGLType.currentIndex != 4
anchors {