aboutsummaryrefslogtreecommitdiff
path: root/editor/editor_node.cpp
diff options
context:
space:
mode:
authorDaniel J. Ramirez2017-08-19 02:09:58 -0500
committerDaniel J. Ramirez2017-08-20 13:53:09 -0500
commit0c18009665cc24ccdace885a2385321b77c80943 (patch)
treea10bc4dafb6325ff0574dacce5cf96e63d583a0b /editor/editor_node.cpp
parentc873661c307eb05dedf2ff07f3cf18e614ba72ec (diff)
downloadgodot-0c18009665cc24ccdace885a2385321b77c80943.tar.gz
godot-0c18009665cc24ccdace885a2385321b77c80943.tar.zst
godot-0c18009665cc24ccdace885a2385321b77c80943.zip
Added missing icon and svgs upscaling
Diffstat (limited to 'editor/editor_node.cpp')
-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 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));