You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-21 14:57:09 +00:00
Cleanup accessibility names.
This commit is contained in:
@@ -127,7 +127,7 @@ EditorLayoutsDialog::EditorLayoutsDialog() {
|
||||
name = memnew(LineEdit);
|
||||
makevb->add_child(name);
|
||||
name->set_placeholder(TTR("Or enter new layout name"));
|
||||
name->set_accessibility_name(TTRC("Layout Name"));
|
||||
name->set_accessibility_name(TTRC("New layout name"));
|
||||
name->set_offset(SIDE_TOP, 5);
|
||||
name->set_anchor_and_offset(SIDE_LEFT, Control::ANCHOR_BEGIN, 5);
|
||||
name->set_anchor_and_offset(SIDE_RIGHT, Control::ANCHOR_END, -5);
|
||||
|
||||
Reference in New Issue
Block a user