You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
Cleanup accessibility names.
This commit is contained in:
@@ -722,7 +722,6 @@ ProjectSettingsEditor::ProjectSettingsEditor(EditorData *p_data) {
|
||||
|
||||
property_box = memnew(LineEdit);
|
||||
property_box->set_placeholder(TTRC("Select a Setting or Type its Name"));
|
||||
property_box->set_accessibility_name(TTRC("Setting Name"));
|
||||
property_box->set_h_size_flags(Control::SIZE_EXPAND_FILL);
|
||||
property_box->connect(SceneStringName(text_changed), callable_mp(this, &ProjectSettingsEditor::_property_box_changed));
|
||||
custom_properties->add_child(property_box);
|
||||
|
||||
Reference in New Issue
Block a user