diff --git a/src/main.rs b/src/main.rs index 41f0240..30b877c 100644 --- a/src/main.rs +++ b/src/main.rs @@ -69,8 +69,8 @@ async fn get_line(lines: &mut io::Lines>) async fn gui() -> io::Result<()> { - let width = 800; - let height = 600; + let width = 1100; + let height = 700; let app = app::App::default(); let mut wind: fltk::window::DoubleWindow = Window::default()