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

Image and ImageButton will no longer stretch to fill a justified layout

This commit is contained in:
Emil Ernerfeldt
2021-01-11 18:14:34 +01:00
parent 4933bb3c30
commit d344c9d9a3
4 changed files with 16 additions and 15 deletions

View File

@@ -24,6 +24,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Fixed 🐛
* Fixed a bug that would sometimes trigger a "Mismatching panels" panic in debug builds.
* `Image` and `ImageButton` will no longer stretch to fill a justified layout.
## 0.7.0 - 2021-01-04