Fix spacing
This commit is contained in:
parent
bd79162710
commit
5ab8e740d4
1 changed files with 1 additions and 1 deletions
|
@ -191,7 +191,7 @@ Item {
|
||||||
|
|
||||||
CheckBox {
|
CheckBox {
|
||||||
id: glColorCorrection
|
id: glColorCorrection
|
||||||
text: i18n("Enable color correction (experimental)")
|
text: i18n("Enable color correction \n(experimental)")
|
||||||
checked: compositing.glColorCorrection
|
checked: compositing.glColorCorrection
|
||||||
enabled: openGLType.currentIndex != 3 && openGLType.currentIndex != 4
|
enabled: openGLType.currentIndex != 3 && openGLType.currentIndex != 4
|
||||||
anchors {
|
anchors {
|
||||||
|
|
Loading…
Reference in a new issue