Reduce size of editor test

This commit is contained in:
Jeremy Soller 2022-10-25 22:10:05 -06:00
parent 498cb7243d
commit 353a25b750

View file

@ -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],
)