Make sure the minimize button fits in the example
This commit is contained in:
parent
3e155c9f41
commit
77ba7d5163
1 changed files with 2 additions and 2 deletions
|
@ -10,8 +10,8 @@ fn main() -> Result<(), eframe::Error> {
|
||||||
decorated: false,
|
decorated: false,
|
||||||
// To have rounded corners we need transparency:
|
// To have rounded corners we need transparency:
|
||||||
transparent: true,
|
transparent: true,
|
||||||
min_window_size: Some(egui::vec2(320.0, 100.0)),
|
min_window_size: Some(egui::vec2(350.0, 100.0)),
|
||||||
initial_window_size: Some(egui::vec2(320.0, 240.0)),
|
initial_window_size: Some(egui::vec2(350.0, 240.0)),
|
||||||
..Default::default()
|
..Default::default()
|
||||||
};
|
};
|
||||||
eframe::run_native(
|
eframe::run_native(
|
||||||
|
|
Loading…
Reference in a new issue