mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Cleanup accessibility names.
This commit is contained in:
parent
242b8ff80a
commit
a272376f89
97 changed files with 188 additions and 440 deletions
|
|
@ -638,7 +638,6 @@ GradientEditor::GradientEditor() {
|
|||
|
||||
snap_button = memnew(Button);
|
||||
snap_button->set_tooltip_text(TTR("Toggle Grid Snap"));
|
||||
snap_button->set_accessibility_name(TTRC("Snap to Grid"));
|
||||
snap_button->set_toggle_mode(true);
|
||||
toolbar->add_child(snap_button);
|
||||
snap_button->connect(SceneStringName(toggled), callable_mp(this, &GradientEditor::_set_snap_enabled));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue