mirror of
https://github.com/emilk/egui.git
synced 2026-07-10 08:44:11 +00:00
00a399b2f7
For instance: `Window::new(…).resizable([true, false])` is a window that is only resizable in the horizontal direction. This PR also removes a hack added in https://github.com/emilk/egui/pull/3039 which is no longer needed since https://github.com/emilk/egui/pull/4026