diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/CheckBox.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/CheckBox.qml
index db3dd5f07c9aefde151e65eb9f0b50bd62813335..4b1b69de938a47a0827b679dac13834af856a01a 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;
     }
 }