diff options
author | Michael Alexsander <michaelalexsander@protonmail.com> | 2022-03-07 11:32:49 -0300 |
---|---|---|
committer | Michael Alexsander <michaelalexsander@protonmail.com> | 2022-03-17 18:12:23 -0300 |
commit | deb1342036555763da5c2133c178068153136fef (patch) | |
tree | 568ccc5bad3d61742c8652eb20e8ffc42bb6b22e /editor/rename_dialog.cpp | |
parent | e142c10fc54eb00d4177fe11c93d332d1a79b03f (diff) | |
download | redot-engine-deb1342036555763da5c2133c178068153136fef.tar.gz |
Make `TabBar/Container` default their alignments to the left instead of center
Diffstat (limited to 'editor/rename_dialog.cpp')
-rw-r--r-- | editor/rename_dialog.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/editor/rename_dialog.cpp b/editor/rename_dialog.cpp index 93c5b9ad4c..1d9e799a30 100644 --- a/editor/rename_dialog.cpp +++ b/editor/rename_dialog.cpp @@ -114,7 +114,6 @@ RenameDialog::RenameDialog(SceneTreeEditor *p_scene_tree_editor, UndoRedo *p_und vbc->add_child(cbut_collapse_features); tabc_features = memnew(TabContainer); - tabc_features->set_tab_alignment(TabBar::ALIGNMENT_LEFT); tabc_features->set_use_hidden_tabs_for_min_size(true); vbc->add_child(tabc_features); |