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

Add AtomLayoutStyle (#8465)

Extracts a shared struct with things that once might want to override
for any atomlayout-based widget.

---------

Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
Lucas Meurer
2026-09-02 11:27:17 +02:00
committed by GitHub
parent dadf573dde
commit 5cb3a4f89e
7 changed files with 161 additions and 68 deletions

View File

@@ -139,6 +139,7 @@ fn test_atom_layout_nesting_and_direction() {
stack: ui.stack(),
style,
})
.atom_layout
.frame;
let row = |direction: Direction| {