1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-09 12:50:35 +00:00

Replace "GuiMiniTabMenu" with "GuiTabMenu" and tweak it

This commit is contained in:
Michael Alexsander Silva Dias
2019-09-25 11:31:56 -03:00
parent 076dc9803a
commit 5ed5465023
6 changed files with 7 additions and 7 deletions

View File

@@ -122,7 +122,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("GuiMiniTabMenu", "EditorIcons"));
onion_skinning->set_icon(get_icon("GuiTabMenu", "EditorIcons"));
pin->set_icon(get_icon("Pin", "EditorIcons"));