move new tab button to right

This commit is contained in:
yggverse 2024-11-03 21:31:26 +02:00
parent 84ea6e13c7
commit 2466463d53

View File

@ -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(),
}) })