mirror of
https://github.com/emilk/egui.git
synced 2026-08-30 21:30:03 -04:00
Some work making the native window to look like the egui one, and to work the same
This commit is contained in:
@@ -513,7 +513,7 @@ impl Default for NativeOptions {
|
||||
min_window_size: None,
|
||||
max_window_size: None,
|
||||
resizable: true,
|
||||
transparent: false,
|
||||
transparent: true,
|
||||
mouse_passthrough: false,
|
||||
|
||||
active: true,
|
||||
|
||||
Reference in New Issue
Block a user