mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 01:25:27 +00:00
disable autohide on single tab opened
This commit is contained in:
parent
2630fa9283
commit
9a42f833d4
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue