diff options
| author | Rémi Verschelde <rverschelde@gmail.com> | 2024-02-17 00:23:11 +0100 |
|---|---|---|
| committer | Rémi Verschelde <rverschelde@gmail.com> | 2024-02-17 00:23:11 +0100 |
| commit | 1bd8fc53fb438bc884d5bfd3cc821e6f21d3a72f (patch) | |
| tree | f42ef02482ac26ff65ae8138ecd089abb5b97540 | |
| parent | 5c482754e4e8fe1736cf7ac1ca1b63ae8f07b087 (diff) | |
| parent | cc52d7a281ceab7a9015eb8d7316883d51498542 (diff) | |
| download | redot-engine-1bd8fc53fb438bc884d5bfd3cc821e6f21d3a72f.tar.gz | |
Merge pull request #88191 from YeldhamDev/filesys_options_icon_hl
Use highlighted version of the tab icon in the bottom file system dock
| -rw-r--r-- | editor/filesystem_dock.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/filesystem_dock.cpp b/editor/filesystem_dock.cpp index dde7ddd32d..ac83460542 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"))); |
