Added some missing icons, fixed some ui icons

This commit is contained in:
Daniel J. Ramirez
2017-07-12 13:38:47 -05:00
parent a5bb77d523
commit 12db63df14
182 changed files with 2162 additions and 3240 deletions

View File

@@ -78,7 +78,7 @@ void ProjectSettings::_notification(int p_what) {
case NOTIFICATION_ENTER_TREE: {
globals_editor->edit(GlobalConfig::get_singleton());
search_button->set_icon(get_icon("Zoom", "EditorIcons"));
search_button->set_icon(get_icon("Search", "EditorIcons"));
clear_button->set_icon(get_icon("Close", "EditorIcons"));
translation_list->connect("button_pressed", this, "_translation_delete");