ui: increase window height

This commit is contained in:
ardocrat 2024-05-19 13:38:00 +03:00
parent 5d02ea67b0
commit 11236bd8b4

View file

@ -48,7 +48,7 @@ pub struct AppConfig {
}
const DEFAULT_WIDTH: f32 = 1280.0;
const DEFAULT_HEIGHT: f32 = 740.0;
const DEFAULT_HEIGHT: f32 = 745.0;
impl Default for AppConfig {
fn default() -> Self {