From f83d670e98c11624da2e5147032142ce16bc3786 Mon Sep 17 00:00:00 2001 From: Thomas Hartmann <Thomas.Hartmann@nokia.com> Date: Wed, 24 Mar 2010 17:10:07 +0100 Subject: [PATCH] QmlDesigner fixes small glitch in CheckBox --- share/qtcreator/qmldesigner/propertyeditor/Qt/CheckBox.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/CheckBox.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/CheckBox.qml index db3dd5f07c9..4b1b69de938 100644 --- a/share/qtcreator/qmldesigner/propertyeditor/Qt/CheckBox.qml +++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/CheckBox.qml @@ -76,7 +76,7 @@ QWidget { //This is a special checkBox that does color coding for states ExtendedFunctionButton { backendValue: checkBox.backendValue - y: 4 + y: 3 x: localCheckBox.x + 18; } } -- GitLab