aboutsummaryrefslogtreecommitdiff
path: root/editor/editor_node.cpp
diff options
context:
space:
mode:
authorDaniel J. Ramirez2017-07-12 13:38:47 -0500
committerDaniel J. Ramirez2017-07-12 14:11:56 -0500
commit12db63df14e78020ad99d044aad5b9d6d64c207c (patch)
tree701929b0cb556b7c3e9af9ef9943fcd9d3e1c511 /editor/editor_node.cpp
parenta5bb77d5232668045fc2fb82637b00b5295b8741 (diff)
downloadgodot-12db63df14e78020ad99d044aad5b9d6d64c207c.tar.gz
godot-12db63df14e78020ad99d044aad5b9d6d64c207c.tar.zst
godot-12db63df14e78020ad99d044aad5b9d6d64c207c.zip
Added some missing icons, fixed some ui icons
Diffstat (limited to '')
-rw-r--r--editor/editor_node.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/editor_node.cpp b/editor/editor_node.cpp
index 2f50842a5..348dd32a6 100644
--- a/editor/editor_node.cpp
+++ b/editor/editor_node.cpp
@@ -5899,7 +5899,7 @@ EditorNode::EditorNode() {
search_button = memnew(ToolButton);
search_button->set_toggle_mode(true);
search_button->set_pressed(false);
- search_button->set_icon(gui_base->get_icon("Zoom", "EditorIcons"));
+ search_button->set_icon(gui_base->get_icon("Search", "EditorIcons"));
prop_editor_hb->add_child(search_button);
search_button->connect("toggled", this, "_toggle_search_bar");