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/editor_node.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 '')
| -rw-r--r-- | editor/editor_node.cpp | 2 |
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"); |
