mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Added and improved some icons, plus some other minor visual fixes.
This commit is contained in:
parent
f956f2979e
commit
dbc37afcd9
22 changed files with 46 additions and 41 deletions
|
|
@ -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"));
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue