1
0
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:
Michael Alexsander
2020-07-11 12:32:27 -03:00
parent fb664c61f5
commit 26381265b8
6 changed files with 8 additions and 8 deletions

View File

@@ -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"));