You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Make TabContainer use TabBar internally
This commit is contained in:
@@ -477,7 +477,7 @@ LocalizationEditor::LocalizationEditor() {
|
||||
localization_changed = "localization_changed";
|
||||
|
||||
TabContainer *translations = memnew(TabContainer);
|
||||
translations->set_tab_alignment(TabContainer::ALIGNMENT_LEFT);
|
||||
translations->set_tab_alignment(TabBar::ALIGNMENT_LEFT);
|
||||
translations->set_v_size_flags(Control::SIZE_EXPAND_FILL);
|
||||
add_child(translations);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user