egui
egui copied to clipboard
Fix Id clash in Frame styling widget
As we have two Margin widgets in the same UI and this widget has a Grid with a hardcoded Id, we have to force a different Id to one of them to avoid clashes.
- Closes https://github.com/emilk/egui/issues/4965
- [x] I have followed the instructions in the PR template