forked from qt-creator/qt-creator
QmlDesigner: Work around layout issue
Layout.fillWidth: true does not work without an explicit size. Change-Id: I4308016febddef1735d6e5261ac5bc989496bac9 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
@@ -117,6 +117,7 @@ Rectangle {
|
|||||||
placeholderText: qsTr("id")
|
placeholderText: qsTr("id")
|
||||||
text: backendValues.id.value
|
text: backendValues.id.value
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
|
width: 240
|
||||||
showTranslateCheckBox: false
|
showTranslateCheckBox: false
|
||||||
showExtendedFunctionButton: false
|
showExtendedFunctionButton: false
|
||||||
enabled: !modelNodeBackend.multiSelection
|
enabled: !modelNodeBackend.multiSelection
|
||||||
|
|||||||
Reference in New Issue
Block a user