Added missing icon and svgs upscaling
This commit is contained in:
@ -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));
|
||||
|
||||
Reference in New Issue
Block a user