1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-03 15:20:05 -04:00

Clean up demo slightly

This commit is contained in:
Emil Ernerfeldt
2021-08-23 21:28:06 +02:00
parent f8a3042258
commit 5d0e348777
3 changed files with 44 additions and 35 deletions

View File

@@ -145,7 +145,7 @@ impl BackendPanel {
ui.separator();
ui.label("egui windows");
ui.label("egui windows:");
self.egui_windows.checkboxes(ui);
ui.separator();