forked from qt-creator/qt-creator
QmlDesigner.PropertyEditor: fixing layout in ItemPane
Change-Id: I44e9f35bfa592c015f3a089ace82c64995d89748 Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user