Skip to content

Commit

Permalink
[ui] ImageGallery: Implementation of Toggle based Search.
Browse files Browse the repository at this point in the history
  • Loading branch information
waaake committed Nov 30, 2024
1 parent 9404b73 commit c2c32c8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion meshroom/ui/qml/ImageGallery/ImageGallery.qml
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit c2c32c8

Please sign in to comment.