Make TabBar/Container default their alignments to the left instead of center

This commit is contained in:
Michael Alexsander
2022-03-07 11:32:49 -03:00
parent e142c10fc5
commit deb1342036
19 changed files with 11 additions and 16 deletions
+1 -1
View File
@@ -86,7 +86,7 @@ private:
Vector<Tab> 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;