mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 08:23:29 +00:00
align to horizontal_alignment, valign to vertical_alignment, related
This commit is contained in:
parent
f1e3c87244
commit
41a20171eb
130 changed files with 861 additions and 1011 deletions
|
@ -90,7 +90,7 @@ ConnectionInfoDialog::ConnectionInfoDialog() {
|
|||
add_child(vbc);
|
||||
|
||||
method = memnew(Label);
|
||||
method->set_align(Label::ALIGN_CENTER);
|
||||
method->set_horizontal_alignment(HORIZONTAL_ALIGNMENT_CENTER);
|
||||
vbc->add_child(method);
|
||||
|
||||
tree = memnew(Tree);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue