mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +00:00
enable titlebar feature
This commit is contained in:
parent
12915b846f
commit
ec4f6095f2
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ pub fn new(app: &Application) -> ApplicationWindow
|
||||||
return ApplicationWindow::builder().application(app)
|
return ApplicationWindow::builder().application(app)
|
||||||
.default_width(640)
|
.default_width(640)
|
||||||
.default_height(480)
|
.default_height(480)
|
||||||
//.titlebar(&header::new())
|
.titlebar(&header::new())
|
||||||
.child(&main::new())
|
.child(&main::new())
|
||||||
.build();
|
.build();
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue