mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 07:17:42 -05:00
Rename hint_tooltip to tooltip_text & setget
`hint_tooltip` -> `tooltip_text` `set_tooltip` -> `set_tooltip_text` `_get_tooltip` -> `get_tooltip_text` Updates documentation, too.
This commit is contained in:
@@ -373,7 +373,7 @@ FindInFilesDialog::FindInFilesDialog() {
|
||||
|
||||
Label *filter_label = memnew(Label);
|
||||
filter_label->set_text(TTR("Filters:"));
|
||||
filter_label->set_tooltip(TTR("Include the files with the following extensions. Add or remove them in ProjectSettings."));
|
||||
filter_label->set_tooltip_text(TTR("Include the files with the following extensions. Add or remove them in ProjectSettings."));
|
||||
gc->add_child(filter_label);
|
||||
|
||||
_filters_container = memnew(HBoxContainer);
|
||||
|
||||
Reference in New Issue
Block a user