doc: Fixup Tabs reference after cherry-pick

This commit is contained in:
Rémi Verschelde 2021-11-30 14:46:11 +01:00
parent 3be0f85e91
commit 6cf77f80b5
No known key found for this signature in database
GPG Key ID: C3336907360768E1
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
<description>
Arranges [Control] children into a tabbed view, creating a tab for each one. The active tab's corresponding [Control] has its [code]visible[/code] property set to [code]true[/code], and all other children's to [code]false[/code].
Ignores non-[Control] children.
[b]Note:[/b] The drawing of the clickable tabs themselves is handled by this node. Adding [TabBar]s as children is not needed.
[b]Note:[/b] The drawing of the clickable tabs themselves is handled by this node. Adding [Tabs] as children is not needed.
</description>
<tutorials>
</tutorials>