From cc52d7a281ceab7a9015eb8d7316883d51498542 Mon Sep 17 00:00:00 2001 From: Michael Alexsander Date: Sun, 11 Feb 2024 00:09:59 -0300 Subject: [PATCH] Use highlighted version of the tab icon in the bottom file system dock --- editor/filesystem_dock.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editor/filesystem_dock.cpp b/editor/filesystem_dock.cpp index 02ae15b80d9..56cad7a0f02 100644 --- a/editor/filesystem_dock.cpp +++ b/editor/filesystem_dock.cpp @@ -584,7 +584,7 @@ void FileSystemDock::_notification(int p_what) { file_list_search_box->set_right_icon(get_editor_theme_icon(SNAME("Search"))); file_list_button_sort->set_icon(get_editor_theme_icon(SNAME("Sort"))); - button_dock_placement->set_icon(get_editor_theme_icon(SNAME("GuiTabMenu"))); + button_dock_placement->set_icon(get_editor_theme_icon(SNAME("GuiTabMenuHl"))); if (is_layout_rtl()) { button_hist_next->set_icon(get_editor_theme_icon(SNAME("Back")));