I'm building a UI wherein I want the logo to appear at the top of the screen with several LineEdit widgets below:
image/logo in TextureRect
<margin>
LineEdit
<margin>
LineEdit
<margin>
LineEdit
But the TextureRect appears behind the LineEdit widgets instead of above them. Is there a container type (or something else) I can put the image in that will force the correct order?