diff options
author | Daniel J. Ramirez <djrmuv@gmail.com> | 2017-07-12 13:38:47 -0500 |
---|---|---|
committer | Daniel J. Ramirez <djrmuv@gmail.com> | 2017-07-12 14:11:56 -0500 |
commit | 12db63df14e78020ad99d044aad5b9d6d64c207c (patch) | |
tree | 701929b0cb556b7c3e9af9ef9943fcd9d3e1c511 /editor/filesystem_dock.cpp | |
parent | a5bb77d5232668045fc2fb82637b00b5295b8741 (diff) | |
download | redot-engine-12db63df14e78020ad99d044aad5b9d6d64c207c.tar.gz |
Added some missing icons, fixed some ui icons
Diffstat (limited to 'editor/filesystem_dock.cpp')
-rw-r--r-- | editor/filesystem_dock.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/filesystem_dock.cpp b/editor/filesystem_dock.cpp index 62fb241ade..fe66cd7009 100644 --- a/editor/filesystem_dock.cpp +++ b/editor/filesystem_dock.cpp @@ -153,7 +153,7 @@ void FileSystemDock::_notification(int p_what) { files->connect("item_activated", this, "_select_file"); button_hist_next->connect("pressed", this, "_fw_history"); button_hist_prev->connect("pressed", this, "_bw_history"); - search_icon->set_texture(get_icon("Zoom", "EditorIcons")); + search_icon->set_texture(get_icon("Search", "EditorIcons")); button_hist_next->set_icon(get_icon("Forward", "EditorIcons")); button_hist_prev->set_icon(get_icon("Back", "EditorIcons")); |