1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00

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

@@ -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"));