mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
init container constructor
This commit is contained in:
parent
56c63e73c7
commit
00bd8204b8
2 changed files with 12 additions and 0 deletions
|
|
@ -19,4 +19,11 @@ Browser::Header::Header()
|
|||
set_show_title_buttons(
|
||||
SHOW_TITLE_BUTTONS
|
||||
);
|
||||
}
|
||||
|
||||
Browser::Container::Container()
|
||||
{
|
||||
set_scrollable(
|
||||
SCROLLABLE
|
||||
);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue