Skip to content

Commit

Permalink
[ui] NodeEditor: Implementation of Toggle based Search.
Browse files Browse the repository at this point in the history
Node Editor search can now be toggled making it take lesser space by default.
  • Loading branch information
waaake committed Nov 30, 2024
1 parent 3a04ce6 commit 9404b73
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion meshroom/ui/qml/GraphEditor/NodeEditor.qml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,9 @@ Panel {

SearchBar {
id: searchBar
width: 150
toggle: true // Enable toggling the actual text field by the search button
Layout.minimumWidth: searchBar.width
maxWidth: 150
enabled: tabBar.currentIndex === 0 || tabBar.currentIndex === 5
}

Expand Down

0 comments on commit 9404b73

Please sign in to comment.