diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2019-09-25 18:43:33 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-25 18:43:33 +0200 |
commit | c5b2ce8b06ed52e834984039be380bb97aa6ebf4 (patch) | |
tree | 0de1f48b9ba9b23208acecd43940e05e7f9bba7f /editor/plugins/animation_player_editor_plugin.cpp | |
parent | 28fcc5e25aa9859361c18c22e48ffd893f7e51cb (diff) | |
parent | 5ed5465023d9fca649b87bc4c5f7243af5918d94 (diff) |
Merge pull request #32340 from YeldhamDev/minitab_icon_substitution
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.cpp | 2 |
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")); |