summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenning Gruendl <henning.gruendl@qt.io>2023-02-22 13:34:17 +0100
committerThomas Hartmann <thomas.hartmann@qt.io>2023-02-22 15:34:20 +0000
commit6dd05da1434f792900282388c2da45154b01b58a (patch)
treeee4e8028a8cada334592e1c2c7e72a5cc6255fad
parentc2811f8318b28129f01d55faf83095d07084ed81 (diff)
downloadqt-creator-6dd05da1434f792900282388c2da45154b01b58a.tar.gz
QmlDesigner: Fix SearchBox resizing
Task-number: QDS-9235 Change-Id: I8802582f5a1574961dfbffdb599b1e10192bc196 Reviewed-by: Mahmoud Badri <mahmoud.badri@qt.io> (cherry picked from commit 5c9758a1049e6bb2adfdd3a26bed3b1d5f3bbd3a) Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
-rw-r--r--share/qtcreator/qmldesigner/contentLibraryQmlSource/ContentLibrary.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/share/qtcreator/qmldesigner/contentLibraryQmlSource/ContentLibrary.qml b/share/qtcreator/qmldesigner/contentLibraryQmlSource/ContentLibrary.qml
index 44a837f442..fc2343009d 100644
--- a/share/qtcreator/qmldesigner/contentLibraryQmlSource/ContentLibrary.qml
+++ b/share/qtcreator/qmldesigner/contentLibraryQmlSource/ContentLibrary.qml
@@ -28,6 +28,7 @@ Item {
Column {
id: col
+ anchors.fill: parent
spacing: 5
Rectangle {