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:
2
TODO.md
2
TODO.md
@@ -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)`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user