Make window open with maximum size
This commit is contained in:
@@ -31,6 +31,7 @@ impl SimpleComponent for AppModel {
|
|||||||
set_default_width: 300,
|
set_default_width: 300,
|
||||||
set_default_height: 300,
|
set_default_height: 300,
|
||||||
set_title: Some("Play music!!!"),
|
set_title: Some("Play music!!!"),
|
||||||
|
set_maximized: true,
|
||||||
gtk::Box {
|
gtk::Box {
|
||||||
set_orientation: gtk::Orientation::Horizontal,
|
set_orientation: gtk::Orientation::Horizontal,
|
||||||
gtk::Box {
|
gtk::Box {
|
||||||
|
Reference in New Issue
Block a user