mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
align to horizontal_alignment, valign to vertical_alignment, related
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user