mirror of
https://github.com/emilk/egui.git
synced 2026-06-26 22:53:14 -04:00
This adds a `intrinsic_size` field to the Response struct which allows me to grow a egui button frame while still being able to know it's intrinsic size in [egui_flex](https://github.com/lucasmerlin/hello_egui/tree/main/crates/egui_flex) * Related to https://github.com/emilk/egui/issues/4378#issuecomment-2333800938 * [X] I have followed the instructions in the PR template --------- Co-authored-by: Emil Ernerfeldt <emil.ernerfeldt@gmail.com>