Set default window size to be square
This commit is contained in:
parent
b2524758e8
commit
37fa2bc7e2
1 changed files with 2 additions and 0 deletions
|
@ -401,6 +401,8 @@ fn window_conf() -> Conf {
|
||||||
Conf {
|
Conf {
|
||||||
window_title: String::from("mpd info screen"),
|
window_title: String::from("mpd info screen"),
|
||||||
fullscreen: false,
|
fullscreen: false,
|
||||||
|
window_width: 800,
|
||||||
|
window_height: 800,
|
||||||
..Default::default()
|
..Default::default()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue