ui: increase window height
This commit is contained in:
parent
5d02ea67b0
commit
11236bd8b4
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue