mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-08-26 06:21:58 +00:00
disable autohide on single tab opened
This commit is contained in:
parent
2630fa9283
commit
9a42f833d4
@ -9,7 +9,7 @@ impl Widget {
|
||||
// Construct
|
||||
pub fn new_arc(view: &TabView) -> Arc<Self> {
|
||||
Arc::new(Self {
|
||||
gobject: TabBar::builder().view(&view).build(),
|
||||
gobject: TabBar::builder().view(&view).autohide(false).build(),
|
||||
})
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user