1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-26 22:53:14 -04:00

Allow easier setting of background color for TextEdit (#5203)

* Closes <https://github.com/emilk/egui/issues/5183>
* [x] I have followed the instructions in the PR template
This commit is contained in:
Nicolas
2024-10-02 21:23:54 +02:00
committed by GitHub
parent 1406e8717c
commit 0f2b427ff4
2 changed files with 18 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
Example showing some UI controls like `Label`, `TextEdit`, `Slider`, `Button`.
```sh
cargo run -p hello_world
cargo run -p hello_world_simple
```
![](screenshot.png)