Make TabContainer use TabBar internally
This commit is contained in:
parent
cfd4433bbc
commit
a811ebf699
19 changed files with 617 additions and 966 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue