You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-11 13:10:58 +00:00
Use "odd" style for TabContainers on base BG color
- Use the "odd" style for TabContainers that are on a background with the same color as the default TabContainer background color to add contrast
This commit is contained in:
@@ -560,6 +560,7 @@ ProjectSettingsEditor::ProjectSettingsEditor(EditorData *p_data) {
|
||||
|
||||
tab_container = memnew(TabContainer);
|
||||
tab_container->set_use_hidden_tabs_for_min_size(true);
|
||||
tab_container->set_theme_type_variation("TabContainerOdd");
|
||||
add_child(tab_container);
|
||||
|
||||
VBoxContainer *general_editor = memnew(VBoxContainer);
|
||||
|
||||
Reference in New Issue
Block a user