Make TabBar/Container default their alignments to the left instead of center
This commit is contained in:
parent
e142c10fc5
commit
deb1342036
19 changed files with 11 additions and 16 deletions
|
|
@ -476,7 +476,6 @@ LocalizationEditor::LocalizationEditor() {
|
|||
localization_changed = "localization_changed";
|
||||
|
||||
TabContainer *translations = memnew(TabContainer);
|
||||
translations->set_tab_alignment(TabBar::ALIGNMENT_LEFT);
|
||||
translations->set_v_size_flags(Control::SIZE_EXPAND_FILL);
|
||||
add_child(translations);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue