mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-08-31 08:52:14 +00:00
disable autohide on single tab opened
This commit is contained in:
parent
2630fa9283
commit
9a42f833d4
@ -9,7 +9,7 @@ impl Widget {
|
|||||||
// Construct
|
// Construct
|
||||||
pub fn new_arc(view: &TabView) -> Arc<Self> {
|
pub fn new_arc(view: &TabView) -> Arc<Self> {
|
||||||
Arc::new(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