Add tooltips to GraphEdit node

This commit is contained in:
Michael Alexsander Silva Dias 2018-12-04 14:36:42 -02:00
parent 9a8569d434
commit 3ae5eec366
2 changed files with 5 additions and 1 deletions

View file

@ -798,7 +798,7 @@ VisualShaderEditor::VisualShaderEditor() {
add_node = memnew(MenuButton);
graph->get_zoom_hbox()->add_child(add_node);
add_node->set_text(TTR("Add Node.."));
add_node->set_text(TTR("Add Node..."));
graph->get_zoom_hbox()->move_child(add_node, 0);
add_node->get_popup()->connect("id_pressed", this, "_add_node");