Make TabBar/Container default their alignments to the left instead of center
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user