diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/Visibility.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/Visibility.qml
index 4e1c6303a2c2d66ffd271d8784e7d6a61e3c541e..444012e8ac3c8b07148130268390f1fd78e1eb53 100644
--- a/share/qtcreator/qmldesigner/propertyeditor/Qt/Visibility.qml
+++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/Visibility.qml
@@ -20,6 +20,13 @@ GroupBox {
                     backendValue: backendValues.visible;
                     baseStateFlag: isBaseState;
                     checkable: true;
+                }                
+            }
+        }
+        QWidget {
+            layout: HorizontalLayout {
+                Label {                    
+                    text: ""
                 }
                 CheckBox {
                     id: clipCheckBox;