mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
move widget features on parent level
This commit is contained in:
parent
6571468b4b
commit
ca2e6e8788
3 changed files with 58 additions and 106 deletions
|
|
@ -37,9 +37,9 @@ impl Window {
|
|||
g_box.append(&ToolbarView::header(
|
||||
(browser_action, &action),
|
||||
profile,
|
||||
&tab.widget.tab_view,
|
||||
&tab.tab_view,
|
||||
));
|
||||
g_box.append(&tab.widget.tab_view);
|
||||
g_box.append(&tab.tab_view);
|
||||
|
||||
// Init events
|
||||
action.append.connect_activate({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue