Godot Version
4.2.2
Question
I can’t change size of LineEdit(Input Line) and text can’t be on entire screen
4.2.2
I can’t change size of LineEdit(Input Line) and text can’t be on entire screen
The vbox container uses the minimum_size of the LineEdit. If you want to change its size you have to change the minimum_size of the lineEdit
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.