Skip to content

Commit

Permalink
Update main.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
iewnfod committed May 25, 2023
1 parent 3237eae commit f9ba292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ async fn main() {
let mut app = fltk::app::App::default();
app.set_scheme(fltk::app::Scheme::Gtk);
let (sender, receiver) = fltk::app::channel::<ui::Message>();
let mut root = fltk::window::Window::new(100, 100, 850, 950, "Get CAIE Paper");
let mut root = fltk::window::Window::new(0, 0, 850, 950, "Get CAIE Paper");
root.resizable(&root);

let (mut buffer, mut file_system) = ui::add_widgets(&mut root, sender);
Expand Down

0 comments on commit f9ba292

Please sign in to comment.