From dbc37afcd95bf89ba08c70431cf0d22ec3379cef Mon Sep 17 00:00:00 2001 From: Daniel J. Ramirez Date: Thu, 12 Oct 2017 13:59:25 -0500 Subject: Added and improved some icons, plus some other minor visual fixes. --- editor/node_dock.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'editor/node_dock.cpp') diff --git a/editor/node_dock.cpp b/editor/node_dock.cpp index 7edaf0e5a..20392a67a 100644 --- a/editor/node_dock.cpp +++ b/editor/node_dock.cpp @@ -56,10 +56,10 @@ void NodeDock::_bind_methods() { void NodeDock::_notification(int p_what) { if (p_what == NOTIFICATION_ENTER_TREE) { - connections_button->set_icon(get_icon("Connect", "EditorIcons")); + connections_button->set_icon(get_icon("Signals", "EditorIcons")); groups_button->set_icon(get_icon("Groups", "EditorIcons")); } else if (p_what == EditorSettings::NOTIFICATION_EDITOR_SETTINGS_CHANGED) { - connections_button->set_icon(get_icon("Connect", "EditorIcons")); + connections_button->set_icon(get_icon("Signals", "EditorIcons")); groups_button->set_icon(get_icon("Groups", "EditorIcons")); } } -- cgit v1.2.3-70-g09d2