From deb1342036555763da5c2133c178068153136fef Mon Sep 17 00:00:00 2001 From: Michael Alexsander Date: Mon, 7 Mar 2022 11:32:49 -0300 Subject: Make `TabBar/Container` default their alignments to the left instead of center --- scene/gui/tab_bar.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scene') diff --git a/scene/gui/tab_bar.h b/scene/gui/tab_bar.h index 0f2184aca7..e0c4ba85ef 100644 --- a/scene/gui/tab_bar.h +++ b/scene/gui/tab_bar.h @@ -86,7 +86,7 @@ private: Vector tabs; int current = 0; int previous = 0; - AlignmentMode tab_alignment = ALIGNMENT_CENTER; + AlignmentMode tab_alignment = ALIGNMENT_LEFT; bool clip_tabs = true; int rb_hover = -1; bool rb_pressing = false; -- cgit v1.2.3