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
@@ -2542,7 +2542,7 @@ void SpatialEditorViewport::_notification(int p_what) {
|
||||
|
||||
if (p_what == NOTIFICATION_THEME_CHANGED) {
|
||||
|
||||
view_menu->set_icon(get_icon("GuiTabMenu", "EditorIcons"));
|
||||
view_menu->set_icon(get_icon("GuiTabMenuHl", "EditorIcons"));
|
||||
preview_camera->set_icon(get_icon("Camera", "EditorIcons"));
|
||||
|
||||
view_menu->add_style_override("normal", editor->get_gui_base()->get_stylebox("Information3dViewport", "EditorStyles"));
|
||||
|
||||
Reference in New Issue
Block a user