mirror of
https://github.com/emilk/egui.git
synced 2026-09-01 22:30:03 -04:00
demo tweaks
This commit is contained in:
@@ -108,6 +108,7 @@ impl DemoWindows {
|
||||
|
||||
Window::new("🔧 Settings")
|
||||
.open(&mut open_windows.settings)
|
||||
.scroll(true)
|
||||
.show(ctx, |ui| {
|
||||
ctx.settings_ui(ui);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user