mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 01:25:27 +00:00
move new tab button to right
This commit is contained in:
parent
84ea6e13c7
commit
2466463d53
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ impl Widget {
|
||||||
gobject: TabBar::builder()
|
gobject: TabBar::builder()
|
||||||
.autohide(false)
|
.autohide(false)
|
||||||
.expand_tabs(false)
|
.expand_tabs(false)
|
||||||
.start_action_widget(start_action_widget)
|
.end_action_widget(start_action_widget) // @TODO find solution to append after tabs
|
||||||
.view(view)
|
.view(view)
|
||||||
.build(),
|
.build(),
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue