Skip to content

Commit

Permalink
Merge pull request godotengine#97820 from passivestar/quick-open-bg
Browse files Browse the repository at this point in the history
Fix quick open background panel style
  • Loading branch information
akien-mga committed Oct 4, 2024
2 parents aaffffc + 08af57f commit db66bd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor/gui/editor_quick_open_dialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -709,7 +709,7 @@ void QuickOpenResultContainer::_notification(int p_what) {
file_details_path->add_theme_color_override(SceneStringName(font_color), text_color);
no_results_label->add_theme_color_override(SceneStringName(font_color), text_color);

panel_container->add_theme_style_override(SceneStringName(panel), get_theme_stylebox(SNAME("QuickOpenBackgroundPanel"), EditorStringName(EditorStyles)));
panel_container->add_theme_style_override(SceneStringName(panel), get_theme_stylebox(SceneStringName(panel), SNAME("Tree")));

if (content_display_mode == QuickOpenDisplayMode::LIST) {
display_mode_toggle->set_icon(get_editor_theme_icon(SNAME("FileThumbnail")));
Expand Down

0 comments on commit db66bd3

Please sign in to comment.