diff --git a/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/ItemPane.qml b/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/ItemPane.qml
index f201ebf8fb8c8d3c9f356eaa11c51ddfa4813e42..0178552fe3dafaf3eee3aec695060b12fb3f677a 100644
--- a/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/ItemPane.qml
+++ b/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/ItemPane.qml
@@ -54,14 +54,16 @@ Rectangle {
 
                     }
 
-                    Label {
-                        text: backendValues.className.value
-                        width: lineEdit.width
+                    SecondColumnLayout {
+
+                        Label {
+                            text: backendValues.className.value
+                            width: lineEdit.width
+                        }
                     }
 
                     Label {
                         text: qsTr("id")
-
                     }
 
                     SecondColumnLayout {