Update
This commit is contained in:
parent
5c359c2bd6
commit
4bc2a6fbe2
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue