1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-01 22:30:03 -04:00

demo tweaks

This commit is contained in:
Emil Ernerfeldt
2021-01-02 12:00:14 +01:00
parent 4e3251c300
commit 1690db0f0c
3 changed files with 20 additions and 13 deletions

View File

@@ -108,6 +108,7 @@ impl DemoWindows {
Window::new("🔧 Settings")
.open(&mut open_windows.settings)
.scroll(true)
.show(ctx, |ui| {
ctx.settings_ui(ui);
});