1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-06 12:20:30 +00:00

Prefer the highlight version of the "GuiTabIcon" icon for buttons, and make their width/height equal

(cherry picked from commit 26381265b8)
This commit is contained in:
Michael Alexsander
2020-07-11 12:32:27 -03:00
committed by Rémi Verschelde
parent 1f7911e019
commit e7e022b3ee
6 changed files with 8 additions and 8 deletions

View File

@@ -126,7 +126,7 @@ void AnimationPlayerEditor::_notification(int p_what) {
stop->set_icon(get_icon("Stop", "EditorIcons"));
onion_toggle->set_icon(get_icon("Onion", "EditorIcons"));
onion_skinning->set_icon(get_icon("GuiTabMenu", "EditorIcons"));
onion_skinning->set_icon(get_icon("GuiTabMenuHl", "EditorIcons"));
pin->set_icon(get_icon("Pin", "EditorIcons"));