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:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user