Wouldn't it be nice if #godot had one single Container node with properties like margin (top, bottom, left, right), orientation (vertical, horizontal), center (boolean), etc., instead of having so many container nodes?
@HexagonNico I tried to implement the DockPanel from wpf in the past as it is extremely powerful, but ultimately failed.
But yes take the dockpanel and add margin and padding and you can throw away everything else.