diff options
| author | Michael Alexsander <michaelalexsander@protonmail.com> | 2020-07-11 12:32:27 -0300 |
|---|---|---|
| committer | Michael Alexsander <michaelalexsander@protonmail.com> | 2020-07-11 12:59:25 -0300 |
| commit | 26381265b88d02412593d5a786772544e6a1ac09 (patch) | |
| tree | 2d0ba90fa59ab371348f0013ff5fc9a3f8dc0162 /editor/plugins/node_3d_editor_plugin.cpp | |
| parent | fb664c61f541e2ff2a2be2f55c2ba1d802d334be (diff) | |
| download | redot-engine-26381265b88d02412593d5a786772544e6a1ac09.tar.gz | |
Prefer the highlight version of the "GuiTabIcon" icon for buttons, and make their width/height equal
Diffstat (limited to 'editor/plugins/node_3d_editor_plugin.cpp')
| -rw-r--r-- | editor/plugins/node_3d_editor_plugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/plugins/node_3d_editor_plugin.cpp b/editor/plugins/node_3d_editor_plugin.cpp index b51ea9e1c6..6165f39561 100644 --- a/editor/plugins/node_3d_editor_plugin.cpp +++ b/editor/plugins/node_3d_editor_plugin.cpp @@ -2551,7 +2551,7 @@ void Node3DEditorViewport::_notification(int p_what) { } if (p_what == NOTIFICATION_THEME_CHANGED) { - view_menu->set_icon(get_theme_icon("GuiTabMenu", "EditorIcons")); + view_menu->set_icon(get_theme_icon("GuiTabMenuHl", "EditorIcons")); preview_camera->set_icon(get_theme_icon("Camera3D", "EditorIcons")); view_menu->add_theme_style_override("normal", editor->get_gui_base()->get_theme_stylebox("Information3dViewport", "EditorStyles")); |
