Merge pull request #114392 from passivestar/inner-tabs

Improve the look of inner tabs in modern theme
This commit is contained in:
Rémi Verschelde
2026-01-01 16:47:19 +01:00
13 changed files with 88 additions and 10 deletions

View File

@@ -813,6 +813,7 @@ ProjectSettingsEditor::ProjectSettingsEditor(EditorData *p_data) {
tab_container->add_child(localization_editor);
TabContainer *globals_container = memnew(TabContainer);
globals_container->set_theme_type_variation("TabContainerInner");
globals_container->set_name(TTRC("Globals"));
tab_container->add_child(globals_container);