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 --- doc/classes/TabBar.xml | 2 +- doc/classes/TabContainer.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/classes') diff --git a/doc/classes/TabBar.xml b/doc/classes/TabBar.xml index 698de783c0..420ab2adeb 100644 --- a/doc/classes/TabBar.xml +++ b/doc/classes/TabBar.xml @@ -223,7 +223,7 @@ If [code]true[/code], enables selecting a tab with the right mouse button. - + Sets the position at which tabs will be placed. See [enum AlignmentMode] for details. diff --git a/doc/classes/TabContainer.xml b/doc/classes/TabContainer.xml index bdc73ee3c4..ec2be012e9 100644 --- a/doc/classes/TabContainer.xml +++ b/doc/classes/TabContainer.xml @@ -138,7 +138,7 @@ If [code]true[/code], tabs can be rearranged with mouse drag. - + Sets the position at which tabs will be placed. See [enum TabBar.AlignmentMode] for details. -- cgit v1.2.3