mirror of
https://github.com/emilk/egui.git
synced 2026-06-26 22:53:14 -04:00
Might want to draw from `interaction.interact_radius` style instead of hard-coding the margin, but I didn't want to create a breaking change. If desired, I can follow up with a separate PR to address that concern. * Closes <https://github.com/emilk/egui/issues/5796> * [x] I have followed the instructions in the PR template