diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/ExtendedPane.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/ExtendedPane.qml
index 3c0e9efe12909e0e71463d4fcf9734f5a7751a80..a764d9dcce07281fe06556b92c057494f39136c2 100644
--- a/share/qtcreator/qmldesigner/propertyeditor/Qt/ExtendedPane.qml
+++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/ExtendedPane.qml
@@ -16,9 +16,8 @@ QScrollArea {
             leftMargin: 0;
             rightMargin: 0;
             spacing: 0;            
-			
-			Visibility {}
-			Transformation {}					
+						
+            Transformation {}
 			
             QScrollArea {
             }
diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/ItemPane.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/ItemPane.qml
index 70896d5284abc0afa94ca5bea730c50a0186fc63..b4247773de7e6fafa6f1f01a6d67a834b8724df5 100644
--- a/share/qtcreator/qmldesigner/propertyeditor/Qt/ItemPane.qml
+++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/ItemPane.qml
@@ -13,10 +13,28 @@ PropertyFrame {
         leftMargin: 0;
         rightMargin: 0;
         spacing: 0;
+
+        Type {
+        }
+
+        Geometry {
+        }
+
+        Visibility {
+
+        }
+
+        HorizontalWhiteLine {
+            maximumHeight: 4;
+            styleSheet: "QLineEdit {border: 2px solid #707070; min-height: 0px; max-height: 0px;}";
+        }
+
         Switches {
         }
+
         HorizontalWhiteLine {
         }
+
         ScrollArea {
             styleSheetFile: ":/qmldesigner/scrollbar.css";
             widgetResizable: true;
@@ -35,8 +53,6 @@ PropertyFrame {
                     leftMargin: 0;
                     rightMargin: 0;
                     spacing: 0;
-                    Type {
-                    }
 
                     WidgetLoader {
                         id: specificsOne;
diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/LayoutPane.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/LayoutPane.qml
index f22c0c75e9c112099bc897313ca51e340f9e6048..2e4dd0dfb2adcccedf94eb3218878bae48540e92 100644
--- a/share/qtcreator/qmldesigner/propertyeditor/Qt/LayoutPane.qml
+++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/LayoutPane.qml
@@ -15,10 +15,7 @@ QScrollArea {
             bottomMargin: 0;
             leftMargin: 0;
             rightMargin: 0;
-            spacing: 0
-
-            Geometry {
-            }
+            spacing: 0;
 
             Layout {
                 id: layoutBox;
diff --git a/share/qtcreator/qmldesigner/propertyeditor/Qt/Switches.qml b/share/qtcreator/qmldesigner/propertyeditor/Qt/Switches.qml
index 3c4b95f95e66427a94ee2157e33ab5cf5182059c..d507c5ada07fc8c680f507b651f9eb6b4348d69f 100644
--- a/share/qtcreator/qmldesigner/propertyeditor/Qt/Switches.qml
+++ b/share/qtcreator/qmldesigner/propertyeditor/Qt/Switches.qml
@@ -35,8 +35,8 @@ QFrame {
             id: layoutMode;
             checkable: true;
             checked: false;
-            toolTip: qsTr("layout and geometry");
-            text: qsTr("Geometry");
+            toolTip: qsTr("layout");
+            text: qsTr("Layout");
             onClicked: {
                 extendedMode.checked = false;
                 standardMode.checked = false;