From 7d1296d9bfdb5199ae4339ba53245d454422455d Mon Sep 17 00:00:00 2001 From: Prince Gupta Date: Wed, 23 Dec 2020 19:46:14 +0530 Subject: [PATCH] qml: allow changing button width in SeachBox Signed-off-by: Pierre Lamot --- modules/gui/qt/widgets/qml/SearchBox.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/gui/qt/widgets/qml/SearchBox.qml b/modules/gui/qt/widgets/qml/SearchBox.qml index 3d2e1ab493..11a321218d 100644 --- a/modules/gui/qt/widgets/qml/SearchBox.qml +++ b/modules/gui/qt/widgets/qml/SearchBox.qml @@ -29,6 +29,7 @@ Widgets.NavigableFocusScope { width: content.width property variant contentModel + property alias buttonWidth: icon.width property bool expanded: false -- 2.11.4.GIT