bevy_editor_prototypes icon indicating copy to clipboard operation
bevy_editor_prototypes copied to clipboard

Implement robust minimum pane size

Open tim-blackbird opened this issue 1 year ago • 3 comments
trafficstars

We need a robust pane resizing implementation that prevents panes from being resized below a minimum size.

The minimum size along the height should be the height of the panel header. I'm don't see an obvious choice for the minimum width. I'd pick the panel header height as minimum here as well for now.

Keep in mind that this also needs to prevent the panes going below the limit when the entire window is being resized.

tim-blackbird avatar Oct 24 '24 11:10 tim-blackbird