1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-30 13:20:05 -04:00

Refactor panels into proper containers

This commit is contained in:
Emil Ernerfeldt
2020-10-21 22:10:55 +02:00
parent 8b51ae5dea
commit 35b949a2d8
9 changed files with 152 additions and 96 deletions

View File

@@ -7,7 +7,7 @@
* Refactored the interface for `egui::app::App`
* Demo App: Add slider to scale all of Egui
* Windows are now constrained to the screen
* Panels: you can now add side panels using `Context::panel_left` and `Context::panel_top`.
* Panels: you can now create panels using `SidePanel` and `TopPanel`.
* Fix a bug where some regions would slowly grow for non-integral scales (`pixels_per_point`).
## 0.2.0 - 2020-10-10