Make TabBar/Container default their alignments to the left instead of center
This commit is contained in:
@ -159,6 +159,7 @@ EditorAbout::EditorAbout() {
|
||||
hbc->add_child(version_info_vbc);
|
||||
|
||||
TabContainer *tc = memnew(TabContainer);
|
||||
tc->set_tab_alignment(TabBar::ALIGNMENT_CENTER);
|
||||
tc->set_custom_minimum_size(Size2(950, 400) * EDSCALE);
|
||||
tc->set_v_size_flags(Control::SIZE_EXPAND_FILL);
|
||||
vbc->add_child(tc);
|
||||
|
||||
Reference in New Issue
Block a user