diff options
author | Michael Alexsander <michaelalexsander@protonmail.com> | 2022-03-06 22:17:35 -0300 |
---|---|---|
committer | Michael Alexsander <michaelalexsander@protonmail.com> | 2022-03-06 22:17:35 -0300 |
commit | c0381594c35885c3cb8aa595e72518fe4fc47b41 (patch) | |
tree | 5aab0dfe9d182027f54313b418e3896f6f39b82c /doc/classes | |
parent | 272b35595474e02b640dcd51201bc07424d43bae (diff) |
Fix regressions with nameless and icon-only tabs
Diffstat (limited to 'doc/classes')
-rw-r--r-- | doc/classes/TabContainer.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/TabContainer.xml b/doc/classes/TabContainer.xml index 3ff4dffe65..bdc73ee3c4 100644 --- a/doc/classes/TabContainer.xml +++ b/doc/classes/TabContainer.xml @@ -121,7 +121,7 @@ <argument index="0" name="tab_idx" type="int" /> <argument index="1" name="title" type="String" /> <description> - Sets a custom title for the tab at index [code]tab_idx[/code] (tab titles default to the name of the indexed child node). Set it to blank to make it the child's name again. + Sets a custom title for the tab at index [code]tab_idx[/code] (tab titles default to the name of the indexed child node). Set it back to the child's name to make the tab default to it again. </description> </method> </methods> |