Skip to content

Commit 1feaf16

Browse files
committed
[ui] ImageGallery: Implemented the updated toggle based search.
1 parent 3dc30fa commit 1feaf16

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

meshroom/ui/qml/ImageGallery/ImageGallery.qml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,9 @@ Panel {
120120
headerBar: RowLayout {
121121
SearchBar {
122122
id: searchBar
123-
width: 150
123+
toggle: true // enable toggling the actual text field by the search button
124+
Layout.minimumWidth: searchBar.width
125+
maxWidth: 150
124126
}
125127

126128
MaterialToolButton {

0 commit comments

Comments
 (0)