Skip to content

Commit db66bd3

Browse files
committed
Merge pull request godotengine#97820 from passivestar/quick-open-bg
Fix quick open background panel style
2 parents aaffffc + 08af57f commit db66bd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

editor/gui/editor_quick_open_dialog.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -709,7 +709,7 @@ void QuickOpenResultContainer::_notification(int p_what) {
709709
file_details_path->add_theme_color_override(SceneStringName(font_color), text_color);
710710
no_results_label->add_theme_color_override(SceneStringName(font_color), text_color);
711711

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

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

0 commit comments

Comments
 (0)