Godot Version
mono 4.2.1
Question
Does anyone know how to properly setup a text node inside a window node?
I did the following, but I don’t find a way to adjust the size of the text container. And also, the text and button nodes under the window node reports “this node doesn’t have a control parent”. But if I give then a parent that is a child of the window node, then that new parent node will also report “this node doesn’t have a control parent”?? So I am really confused about how to organize things inside a window node.