mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-02-05 07:54:14 +00:00
enable titlebar feature
This commit is contained in:
parent
12915b846f
commit
ec4f6095f2
@ -9,7 +9,7 @@ pub fn new(app: &Application) -> ApplicationWindow
|
||||
return ApplicationWindow::builder().application(app)
|
||||
.default_width(640)
|
||||
.default_height(480)
|
||||
//.titlebar(&header::new())
|
||||
.titlebar(&header::new())
|
||||
.child(&main::new())
|
||||
.build();
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user