Skip to content

Commit

Permalink
Add missing stylebox for quick open background panel
Browse files Browse the repository at this point in the history
  • Loading branch information
passivestar committed Oct 4, 2024
1 parent 3576e84 commit 9185161
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions editor/themes/editor_theme_manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1060,6 +1060,9 @@ void EditorThemeManager::_populate_standard_styles(const Ref<EditorTheme> &p_the
}
}

// Quick Open.
p_theme->set_stylebox("QuickOpenBackgroundPanel", "EditorStyles", p_config.tree_panel_style);

// TabBar & TabContainer.
{
Ref<StyleBoxFlat> style_tab_base = p_config.button_style->duplicate();
Expand Down

0 comments on commit 9185161

Please sign in to comment.