You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-14 13:41:12 +00:00
Prefer the highlight version of the "GuiTabIcon" icon for buttons, and make their width/height equal
This commit is contained in:
@@ -117,7 +117,7 @@ void AnimationPlayerEditor::_notification(int p_what) {
|
||||
stop->set_icon(get_theme_icon("Stop", "EditorIcons"));
|
||||
|
||||
onion_toggle->set_icon(get_theme_icon("Onion", "EditorIcons"));
|
||||
onion_skinning->set_icon(get_theme_icon("GuiTabMenu", "EditorIcons"));
|
||||
onion_skinning->set_icon(get_theme_icon("GuiTabMenuHl", "EditorIcons"));
|
||||
|
||||
pin->set_icon(get_theme_icon("Pin", "EditorIcons"));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user