summaryrefslogtreecommitdiff
path: root/editor/plugins/animation_player_editor_plugin.cpp
diff options
context:
space:
mode:
authorMichael Alexsander Silva Dias <michaelalexsander@protonmail.com>2019-09-25 11:31:56 -0300
committerMichael Alexsander Silva Dias <michaelalexsander@protonmail.com>2019-09-25 12:53:42 -0300
commit5ed5465023d9fca649b87bc4c5f7243af5918d94 (patch)
treef43f7a665c405b5aedee81e196e4cd5efc4cbfe1 /editor/plugins/animation_player_editor_plugin.cpp
parent076dc9803a8969a96e432a352bc6d4d4ccae3405 (diff)
Replace "GuiMiniTabMenu" with "GuiTabMenu" and tweak it
Diffstat (limited to 'editor/plugins/animation_player_editor_plugin.cpp')
-rw-r--r--editor/plugins/animation_player_editor_plugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/plugins/animation_player_editor_plugin.cpp b/editor/plugins/animation_player_editor_plugin.cpp
index 831b1434f3..2d00324c84 100644
--- a/editor/plugins/animation_player_editor_plugin.cpp
+++ b/editor/plugins/animation_player_editor_plugin.cpp
@@ -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"));