Godot Version
4.3
Question
I’m trying to figure out why my HBoxContainer is cutting off the bottoms of these TextEdits. I’ve tried a bunch of different layout settings and nothing is working.
4.3
I’m trying to figure out why my HBoxContainer is cutting off the bottoms of these TextEdits. I’ve tried a bunch of different layout settings and nothing is working.
You will have to size your TextEdit to properly fit the text then use the size values in layout/custom min size.
Is a TextEdit truly what you want here?
You are going to fight with this control and not use most of what it is designed for.
Will not a LineEdit suffice?
Or if you are giving a list of ports then an OptionButton. We used to call these ComboBoxes. They give a drop down with items as well as an editable text line.