1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-31 13:50:04 -04:00

Smaller and nicer color picker

This commit is contained in:
Emil Ernerfeldt
2021-10-01 19:24:36 +02:00
parent 76cdbe2cf8
commit 981b812f68
2 changed files with 82 additions and 75 deletions

View File

@@ -21,6 +21,7 @@ NOTE: [`eframe`](eframe/CHANGELOG.md), [`egui_web`](egui_web/CHANGELOG.md), [`eg
* `Painter`/`Fonts`: text layout now expect a color when creating a `Galley`. You may override that color with `Painter::galley_with_color`.
* MSRV (Minimum Supported Rust Version) is now `1.54.0`.
* By default, `DragValue`:s no longer show a tooltip when hovered. Change with `Style::explanation_tooltips`.
* Smaller and nicer color picker.
### Fixed 🐛
* Fix wrongly sized multiline `TextEdit` in justified layouts.