QmlDesigner.PropertyEditor: fixing layout in ItemPane

Change-Id: I44e9f35bfa592c015f3a089ace82c64995d89748
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
This commit is contained in:
Thomas Hartmann
2013-10-23 13:35:18 +02:00
parent 77095bfc9e
commit b80b806ac9

View File

@@ -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 {