Make egui_demo_app native window size larger by default
This commit is contained in:
parent
b3ab31953e
commit
97880e18d7
1 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,8 @@ fn main() {
|
||||||
let options = eframe::NativeOptions {
|
let options = eframe::NativeOptions {
|
||||||
drag_and_drop_support: true,
|
drag_and_drop_support: true,
|
||||||
|
|
||||||
|
initial_window_size: Some([1280.0, 1024.0].into()),
|
||||||
|
|
||||||
#[cfg(feature = "wgpu")]
|
#[cfg(feature = "wgpu")]
|
||||||
renderer: eframe::Renderer::Wgpu,
|
renderer: eframe::Renderer::Wgpu,
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue