From b80b806ac97d25bbdaa967f2e4299503be00be6c Mon Sep 17 00:00:00 2001 From: Thomas Hartmann <Thomas.Hartmann@digia.com> Date: Wed, 23 Oct 2013 13:35:18 +0200 Subject: [PATCH] QmlDesigner.PropertyEditor: fixing layout in ItemPane Change-Id: I44e9f35bfa592c015f3a089ace82c64995d89748 Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com> --- .../propertyEditorQmlSources/QtQuick/ItemPane.qml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/ItemPane.qml b/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/ItemPane.qml index f201ebf8fb8..0178552fe3d 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 { -- GitLab