mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-02 00:08:29 +02:00
[ui] NodeEditor: Implementation of Toggle based Search.
Node Editor search can now be toggled making it take lesser space by default.
This commit is contained in:
parent
3a04ce668f
commit
9404b73845
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue