You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
Make TabContainer use TabBar internally
This commit is contained in:
@@ -1887,7 +1887,7 @@ ThemeItemEditorDialog::ThemeItemEditorDialog(ThemeTypeEditor *p_theme_type_edito
|
||||
theme_type_editor = p_theme_type_editor;
|
||||
|
||||
tc = memnew(TabContainer);
|
||||
tc->set_tab_alignment(TabContainer::ALIGNMENT_LEFT);
|
||||
tc->set_tab_alignment(TabBar::ALIGNMENT_LEFT);
|
||||
add_child(tc);
|
||||
|
||||
// Edit Items tab.
|
||||
|
||||
Reference in New Issue
Block a user