1
0
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:
Konkitoman
2023-07-27 15:08:21 +03:00
parent cb09e630a2
commit 0e74cf4ca0
3 changed files with 308 additions and 36 deletions

View File

@@ -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,