1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-01 22:30:03 -04:00

New sleeker visual style

Remove a lot of borders, remove transparency, simplify and unify.
This commit is contained in:
Emil Ernerfeldt
2021-01-15 22:20:26 +01:00
parent 6d5eaeeafa
commit 620e43d483
13 changed files with 108 additions and 78 deletions

View File

@@ -18,6 +18,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Changed 🔧
* New simpler and sleeker look!
* Center window titles.
* Tweak size and alignment of some emojis to match other text.
* Rename `PaintCmd` to `Shape`.