mirror of
https://github.com/emilk/egui.git
synced 2026-09-02 14:50:03 -04:00
Grid::num_columns: allow the last column to take up the rest of the space
This allows for resizaeable grids, where the last column will be given the remainder of the width. To demonstrate, the widget gallery window is now resizeable.
This commit is contained in:
@@ -6,7 +6,10 @@ NOTE: [`eframe`](eframe/CHANGELOG.md), [`egui_web`](egui_web/CHANGELOG.md) and [
|
||||
|
||||
|
||||
## Unreleased
|
||||
|
||||
### Added ⭐
|
||||
* [Progress bar](https://github.com/emilk/egui/pull/519)
|
||||
* `Grid::num_columns`: allow the last column to take up the rest of the space of the parent `Ui`.
|
||||
|
||||
|
||||
## 0.13.1 - 2021-06-28 - Plot fixes
|
||||
|
||||
Reference in New Issue
Block a user