mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 17:45:28 +00:00
update paddings
This commit is contained in:
parent
bc21425acc
commit
8a65c7aed9
1 changed files with 49 additions and 51 deletions
|
|
@ -89,7 +89,6 @@ Browser::Browser(
|
|||
false
|
||||
);
|
||||
|
||||
// Tab page navigation actions
|
||||
const auto ACTION__MAIN_TAB_PAGE_NAVIGATION_UPDATE = add_action(
|
||||
"main_tab_page_navigation_update",
|
||||
[this]
|
||||
|
|
@ -151,14 +150,13 @@ Browser::Browser(
|
|||
HEIGHT
|
||||
);
|
||||
|
||||
// Init header widget
|
||||
// Init components
|
||||
browserHeader = Gtk::make_managed<browser::Header>();
|
||||
|
||||
set_titlebar(
|
||||
* browserHeader
|
||||
);
|
||||
|
||||
// Init main widget
|
||||
browserMain = Gtk::make_managed<browser::Main>(
|
||||
ACTION__REFRESH,
|
||||
ACTION__MAIN_TAB_CLOSE,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue