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

Add Ui::horizontal_top

Closes https://github.com/emilk/egui/issues/601
This commit is contained in:
Emil Ernerfeldt
2021-08-26 21:32:11 +02:00
parent a9467fc5df
commit 906a798003
2 changed files with 21 additions and 0 deletions

View File

@@ -7,6 +7,9 @@ NOTE: [`eframe`](eframe/CHANGELOG.md), [`egui_web`](egui_web/CHANGELOG.md) and [
## Unreleased
### Added ⭐
* Add `Ui::horizontal_top`.
### Fixed 🐛
* Fix `set_width/set_min_width/set_height/set_min_height/expand_to_include_x/expand_to_include_y`.
* Make minimum grid column width propagate properly.