You've already forked godot
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:
committed by
Rémi Verschelde
parent
1f7911e019
commit
e7e022b3ee
@@ -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"));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user