mirror of
https://github.com/emilk/egui.git
synced 2026-09-02 06:40:06 -04:00
Grid layout and widget gallery (#106)
* Wrap Layout and Region into a new struct Placer * [egui] Add a simple grid layout * Refactor CollapsingHeader code (simplify header painting) * Fix: allow putting a CollapsingHeader inside of a grid layout * [demo] Add a widget gallery Closes https://github.com/emilk/egui/issues/88 * Add optional striped grid background
This commit is contained in:
@@ -11,6 +11,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||
|
||||
### Added ⭐
|
||||
|
||||
* Add a simple grid layout (`Grid`).
|
||||
* Add `ui.allocate_at_least` and `ui.allocate_exact_size`.
|
||||
|
||||
### Changed 🔧
|
||||
|
||||
Reference in New Issue
Block a user