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

Revert "Fix set_width/set_min_width/set_height/set_min_height"

This reverts commit 01d3f53113.
This commit is contained in:
Emil Ernerfeldt
2021-08-25 22:02:54 +02:00
parent c2d1034af3
commit c510899019
2 changed files with 0 additions and 10 deletions

View File

@@ -7,10 +7,6 @@ NOTE: [`eframe`](eframe/CHANGELOG.md), [`egui_web`](egui_web/CHANGELOG.md) and [
## Unreleased
### Fixed 🐛
* Fix `set_width/set_min_width/set_height/set_min_height`
## 0.14.0 - 2021-08-24 - Ui panels and bug fixes