This commit is contained in:
Valeria Fadeeva 2023-10-09 13:09:26 +05:00
parent 5c359c2bd6
commit 4bc2a6fbe2
1 changed files with 2 additions and 2 deletions

View File

@ -69,8 +69,8 @@ async fn get_line(lines: &mut io::Lines<BufReader<tokio::process::ChildStdout>>)
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()