mirror of
https://github.com/godotengine/godot.git
synced 2025-10-29 12:44:31 +00:00
Added some missing icons, fixed some ui icons
This commit is contained in:
parent
a5bb77d523
commit
12db63df14
182 changed files with 2162 additions and 3240 deletions
|
|
@ -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");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue