change default window size
This commit is contained in:
parent
cdeb14a23a
commit
a00d2a710b
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ fn create_ui(
|
|||
) -> Result<(), eframe::Error> {
|
||||
//egui
|
||||
let options = NativeOptions {
|
||||
initial_window_size: Some(egui::vec2(320.0, 240.0)),
|
||||
initial_window_size: Some(egui::vec2(320.0, 480.0)),
|
||||
..Default::default()
|
||||
};
|
||||
let app = Box::new(IsaApp {
|
||||
|
|
Loading…
Reference in a new issue