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

Improve panel example (#8200)

This commit is contained in:
Emil Ernerfeldt
2026-05-25 15:45:00 +02:00
committed by GitHub
parent 5669725b1c
commit 71f22ff1a5
3 changed files with 4 additions and 4 deletions

View File

@@ -94,7 +94,7 @@ impl crate::View for Panels {
bottom,
egui::Panel::bottom("bottom_panel_collapsed")
.resizable(true)
.exact_size(16.0),
.default_size(20.0),
egui::Panel::bottom("bottom_panel_expanded")
.resizable(true)
.max_size(128.0),