mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-02-05 16:04:15 +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)
|
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…
x
Reference in New Issue
Block a user