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 {