Set default window size to be square

This commit is contained in:
Stephen Seo 2021-09-16 14:19:34 +09:00
parent b2524758e8
commit 37fa2bc7e2

View file

@ -401,6 +401,8 @@ fn window_conf() -> Conf {
Conf {
window_title: String::from("mpd info screen"),
fullscreen: false,
window_width: 800,
window_height: 800,
..Default::default()
}
}