mirror of
https://github.com/emilk/egui.git
synced 2026-06-26 22:53:14 -04:00
Fix: Window::default_pos does not work Issues: Since `default_size` is not applied to `area`, `style.spacing.default_area_size` is applied, causing problems. * Closes #5314