From 0c18009665cc24ccdace885a2385321b77c80943 Mon Sep 17 00:00:00 2001 From: Daniel J. Ramirez Date: Sat, 19 Aug 2017 02:09:58 -0500 Subject: Added missing icon and svgs upscaling --- editor/editor_node.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editor/editor_node.cpp') diff --git a/editor/editor_node.cpp b/editor/editor_node.cpp index 9e34c1872..b8d9d23f4 100644 --- a/editor/editor_node.cpp +++ b/editor/editor_node.cpp @@ -5657,7 +5657,7 @@ EditorNode::EditorNode() { play_hb->add_child(stop_button); //stop_button->set_toggle_mode(true); stop_button->set_focus_mode(Control::FOCUS_NONE); - stop_button->set_icon(gui_base->get_icon("MainStop", "EditorIcons")); + stop_button->set_icon(gui_base->get_icon("Stop", "EditorIcons")); stop_button->connect("pressed", this, "_menu_option", make_binds(RUN_STOP)); stop_button->set_tooltip(TTR("Stop the scene.")); stop_button->set_shortcut(ED_SHORTCUT("editor/stop", TTR("Stop"), KEY_F8)); -- cgit v1.2.3-70-g09d2