mirror of
https://code.gri.mw/GUI/grim.git
synced 2026-07-09 08:27:28 +00:00
ui: increase default window size
This commit is contained in:
@@ -47,8 +47,8 @@ pub struct AppConfig {
|
||||
lang: Option<String>
|
||||
}
|
||||
|
||||
const DEFAULT_WIDTH: f32 = 1200.0;
|
||||
const DEFAULT_HEIGHT: f32 = 720.0;
|
||||
const DEFAULT_WIDTH: f32 = 1280.0;
|
||||
const DEFAULT_HEIGHT: f32 = 740.0;
|
||||
|
||||
impl Default for AppConfig {
|
||||
fn default() -> Self {
|
||||
|
||||
Reference in New Issue
Block a user