diff options
| author | Daniel J. Ramirez | 2017-07-12 13:38:47 -0500 |
|---|---|---|
| committer | Daniel J. Ramirez | 2017-07-12 14:11:56 -0500 |
| commit | 12db63df14e78020ad99d044aad5b9d6d64c207c (patch) | |
| tree | 701929b0cb556b7c3e9af9ef9943fcd9d3e1c511 /editor/project_settings.cpp | |
| parent | a5bb77d5232668045fc2fb82637b00b5295b8741 (diff) | |
| download | godot-12db63df14e78020ad99d044aad5b9d6d64c207c.tar.gz godot-12db63df14e78020ad99d044aad5b9d6d64c207c.tar.zst godot-12db63df14e78020ad99d044aad5b9d6d64c207c.zip | |
Added some missing icons, fixed some ui icons
Diffstat (limited to 'editor/project_settings.cpp')
| -rw-r--r-- | editor/project_settings.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/project_settings.cpp b/editor/project_settings.cpp index 4000b3e05..17a35282d 100644 --- a/editor/project_settings.cpp +++ b/editor/project_settings.cpp @@ -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"); |
