From c2c32c8c14a78f411d1ba73e816020d960eb05bb Mon Sep 17 00:00:00 2001 From: waaake Date: Sat, 30 Nov 2024 20:20:32 +0530 Subject: [PATCH] [ui] ImageGallery: Implementation of Toggle based Search. --- meshroom/ui/qml/ImageGallery/ImageGallery.qml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meshroom/ui/qml/ImageGallery/ImageGallery.qml b/meshroom/ui/qml/ImageGallery/ImageGallery.qml index b57eda2091..e3f73bd783 100644 --- a/meshroom/ui/qml/ImageGallery/ImageGallery.qml +++ b/meshroom/ui/qml/ImageGallery/ImageGallery.qml @@ -121,7 +121,9 @@ Panel { headerBar: RowLayout { SearchBar { id: searchBar - width: 150 + toggle: true // Enable toggling the actual text field by the search button + Layout.minimumWidth: searchBar.width + maxWidth: 150 } MaterialToolButton {