godot
godot copied to clipboard
Editor: Use `HFlowContainer` to display file dialog options
Followup to #80561 which improves the UI a bit:
Before
After
Since we are not using a grid container anymore I also switched to using the checkbox label instead of an additional one. This improves usability a bit since the text is now also a click target.