summaryrefslogtreecommitdiffstats
path: root/modules/openxr/editor/openxr_select_interaction_profile_dialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/openxr/editor/openxr_select_interaction_profile_dialog.cpp')
-rw-r--r--modules/openxr/editor/openxr_select_interaction_profile_dialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/openxr/editor/openxr_select_interaction_profile_dialog.cpp b/modules/openxr/editor/openxr_select_interaction_profile_dialog.cpp
index 23b025db08..e92519aec2 100644
--- a/modules/openxr/editor/openxr_select_interaction_profile_dialog.cpp
+++ b/modules/openxr/editor/openxr_select_interaction_profile_dialog.cpp
@@ -38,7 +38,7 @@ void OpenXRSelectInteractionProfileDialog::_notification(int p_what) {
switch (p_what) {
case NOTIFICATION_ENTER_TREE:
case NOTIFICATION_THEME_CHANGED: {
- scroll->add_theme_style_override("bg", get_theme_stylebox(SNAME("bg"), SNAME("Tree")));
+ scroll->add_theme_style_override("panel", get_theme_stylebox(SNAME("panel"), SNAME("Tree")));
} break;
}
}