mirror of
https://github.com/emilk/egui.git
synced 2026-07-04 05:47:26 +00:00
f209b9aea0
This allows you to put an `AtomLayout` inside another `AtomLayout`. Right now this has limited use, but once we add wrapping, vertical `AtomLayout` and `AtomUi`, this will be a really powerful new layouting primitive for egui. Added a test for this in https://github.com/emilk/egui/pull/8221