1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-31 05:40:03 -04:00

Small tweaks to documentation and demo

This commit is contained in:
Emil Ernerfeldt
2021-12-29 10:48:38 +01:00
parent d0a47bf8e8
commit 84399cde83
4 changed files with 13 additions and 7 deletions

View File

@@ -153,7 +153,7 @@ impl DemoWindows {
egui::SidePanel::right("egui_demo_panel")
.min_width(150.0)
.default_width(190.0)
.default_width(180.0)
.show(ctx, |ui| {
egui::trace!(ui);
ui.vertical_centered(|ui| {