summaryrefslogtreecommitdiff
path: root/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick
diff options
context:
space:
mode:
authorThomas Hartmann <thomas.hartmann@qt.io>2019-06-05 18:03:15 +0200
committerThomas Hartmann <thomas.hartmann@qt.io>2019-06-06 12:56:23 +0000
commite5dde74b9fcdb3c57a03bc24ac135dfa32e10892 (patch)
tree691994d697ef441c816611094507d9f17970b3e3 /share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick
parent21663b543a490e329492f25cc02d3944929d6075 (diff)
downloadqt-creator-e5dde74b9fcdb3c57a03bc24ac135dfa32e10892.tar.gz
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>
Diffstat (limited to 'share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick')
-rw-r--r--share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/ItemPane.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/ItemPane.qml b/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/ItemPane.qml
index 2dbbbff76b..2b97be28f3 100644
--- a/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/ItemPane.qml
+++ b/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/ItemPane.qml
@@ -117,6 +117,7 @@ Rectangle {
placeholderText: qsTr("id")
text: backendValues.id.value
Layout.fillWidth: true
+ width: 240
showTranslateCheckBox: false
showExtendedFunctionButton: false
enabled: !modelNodeBackend.multiSelection