diff --git a/examples/editor-test/src/main.rs b/examples/editor-test/src/main.rs index d38ada5..1919afb 100644 --- a/examples/editor-test/src/main.rs +++ b/examples/editor-test/src/main.rs @@ -43,8 +43,8 @@ fn main() { let mut window = Window::new_flags( -1, -1, - 1920, - 1080, + 1024, + 768, &format!("COSMIC TEXT - {}", font_system.locale), &[WindowFlag::Async], )