mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
create separated widget mod implementation
This commit is contained in:
parent
8fa56ebf9a
commit
6f3ad01c35
3 changed files with 45 additions and 25 deletions
|
|
@ -23,7 +23,7 @@ impl Browser {
|
|||
let widget = widget::Browser::new(
|
||||
app,
|
||||
header::Header::new().widget().gtk(),
|
||||
main::new().widget.as_ref(), // @TODO
|
||||
main::Main::new().widget().gtk(),
|
||||
default_width,
|
||||
default_height,
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue