I have some code that draws a line inside a control node position. When viewed as a node on its own. it draws fine. However inside an example VBoxContainer, it got some spacing, and i've no clue why.
I use global_position to grab the upper corner, and I printed it it says its the position (0,30) that would make it about where I expect it, but its a whole "cell" or so below where I'd expect the first line to be drawn.
I have to give the VBoxContainer theme_override_constants/separation something around -12 to get the offset to look right.
I've looked at all the things, but I'm not sure why it would be offset like this