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

Per-widget style (#7667)

* Closes <https://github.com/emilk/egui/issues/7586>

Implementation of the per-widget style of the action plan to add better
styling option to egui

---------

Co-authored-by: adrien <221212@umons.ac.be>
Co-authored-by: Adrien Zianne <adrien@iq002.ipa.iqrypto.com>
Co-authored-by: Emil Ernerfeldt <emil.ernerfeldt@gmail.com>
This commit is contained in:
AdrienZ.
2025-12-16 18:49:27 +01:00
committed by GitHub
parent 14643b56a8
commit 9c3a0bb37c
9 changed files with 341 additions and 91 deletions

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5ca946ae1875730db15a7e525d2edfab4b55d9a07ad72998c565ce0c7c9bea90
size 8400
oid sha256:540388365970accbc4c03aa34809b1f07d4e31c8d56bccb8f73da9c2292cb36a
size 8426

View File

@@ -339,7 +339,7 @@ impl<'a> VisualTests<'a> {
f(&mut harness);
harness.step();
harness.run();
let image = harness.render().expect("Failed to render harness");