mirror of
https://github.com/godotengine/godot.git
synced 2025-10-31 21:51:22 +00:00
Selectively apply FOCUS_ACCESSIBILITY to the Labels instead of setting it by default.
This commit is contained in:
parent
1696ab0cb6
commit
5b49fd4207
84 changed files with 159 additions and 14 deletions
|
|
@ -99,6 +99,7 @@ ConnectionInfoDialog::ConnectionInfoDialog() {
|
|||
add_child(vbc);
|
||||
|
||||
method = memnew(Label);
|
||||
method->set_focus_mode(Control::FOCUS_ACCESSIBILITY);
|
||||
method->set_horizontal_alignment(HORIZONTAL_ALIGNMENT_CENTER);
|
||||
vbc->add_child(method);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue