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

[style] make the default style a lot more compact and sleek

This commit is contained in:
Emil Ernerfeldt
2020-09-01 20:40:54 +02:00
parent 2129a87575
commit e7b098ac56
8 changed files with 89 additions and 64 deletions

View File

@@ -45,11 +45,11 @@ TODO-list for the Egui project. If you looking for something to do, look here.
* [x] Pixel-perfect painting (round positions to nearest pixel).
* [x] Fix `aa_size`: should be 1, currently fudged at 1.5
* [x] Fix thin rounded corners rendering bug (too bright)
* [x] Smoother animation (e.g. ease-out)? NO: animation are too brief for subtelty
* [ ] Veriy alpha and sRGB correctness
* [x] sRGBA decode in fragment shader
* [ ] Thin circles look bad
* [ ] Color picker
* [ ] Smoother animation (e.g. ease-out)?
* Math
* [ ] Change `width.min(max_width)` to `width.at_most(max_width)`