I have a WindowDialog with a few buttons in a VBoxContainer. There are expandable separators between buttons, so the container is resized along with the window.
the problem is, I can resize the window below the minimal size of the container, and the buttons are "hovering in the air".
I know there is "Min Size" for the window, but that's a poor solution - what is I want to add more buttons and forget to change it? Or add them in runtime.
Is it possible to set "do not resize the window below the size of its children"? Or at least get the container's current minimal size - not the specified "Min Size", which is (0,0) , but the actual current (runtime) minimal size, below which it can not resize because of the buttons on it.