forked from qt-creator/qt-creator
QmlDesigner: Fix the delete dialog size problem for CollectionEditor
Task-number: QDS-11284 Change-Id: Iba60a27b0037c7db4270603f22855fac4a9c1d05 Reviewed-by: Qt CI Patch Build Bot <ci_patchbuild_bot@qt.io> Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
This commit is contained in:
@@ -137,13 +137,11 @@ Item {
|
||||
|
||||
title: qsTr("Deleting the model")
|
||||
clip: true
|
||||
implicitWidth: contentItem.width
|
||||
|
||||
contentItem: ColumnLayout {
|
||||
spacing: 2
|
||||
|
||||
Text {
|
||||
Layout.fillHeight: true
|
||||
Layout.fillWidth: true
|
||||
|
||||
wrapMode: Text.WordWrap
|
||||
|
||||
Reference in New Issue
Block a user