godot icon indicating copy to clipboard operation
godot copied to clipboard

Editor: Use `HFlowContainer` to display file dialog options

Open HolonProduction opened this issue 4 months ago • 2 comments

Followup to #80561 which improves the UI a bit:

Before

Screenshot from 2024-09-06 11-42-54

After

Screenshot from 2024-10-06 18-37-09

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.

HolonProduction avatar Oct 06 '24 16:10 HolonProduction