Make window open with maximum size

This commit is contained in:
Julian Mutter 2024-01-23 20:56:16 +01:00
parent e4543ac66e
commit 0f5d87eeba

View File

@ -31,6 +31,7 @@ impl SimpleComponent for AppModel {
set_default_width: 300,
set_default_height: 300,
set_title: Some("Play music!!!"),
set_maximized: true,
gtk::Box {
set_orientation: gtk::Orientation::Horizontal,
gtk::Box {