mirror of
https://github.com/emilk/egui.git
synced 2026-06-26 22:53:14 -04:00
Currently, the window title bar does not correctly handle the `item_spacing` and `window_margin`. * Video snapshot on changing the `item_spacing` and `window_margin` (master) [egui-demo-app-incorrect.webm](https://github.com/emilk/egui/assets/1274171/a4e32d43-69b5-44be-a4c3-97b0533147ca) * Video snapshot on changing the `item_spacing` and `window_margin` (feature/fix-window-title-bar) [egui-demo-app-fixed.webm](https://github.com/emilk/egui/assets/1274171/42bbc210-a1f3-4e0a-ab71-d068e58e0e35)