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

Make size and alignment of emoji-icon-font match the rest of the fonts

This is done via a hack (for now).
This commit is contained in:
Emil Ernerfeldt
2021-01-10 10:20:50 +01:00
parent a30eef11bc
commit 987c7ddf98
5 changed files with 40 additions and 12 deletions

View File

@@ -13,6 +13,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
* Add `ui.allocate_at_least` and `ui.allocate_exact_size`.
### Changed 🔧
* Tweak size and alignment of some emojis to match other text.
### Fixed 🐛
* Fixed a bug that would sometimes trigger a "Mismatching panels" panic in debug builds.