From 0f5d87eebae03bef55aa3d46f3cac7fb130a8b6a Mon Sep 17 00:00:00 2001 From: Julian Mutter Date: Tue, 23 Jan 2024 20:56:16 +0100 Subject: [PATCH] Make window open with maximum size --- src/main.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.rs b/src/main.rs index 6f6b1d3..a8f1b1c 100644 --- a/src/main.rs +++ b/src/main.rs @@ -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 {