Merge pull request #88920 from AThousandShips/group_doc_fix

[Doc] Fix some incorrect uses of "children"
This commit is contained in:
Rémi Verschelde
2024-02-29 13:54:18 +01:00
12 changed files with 21 additions and 21 deletions

View File

@ -209,7 +209,7 @@
If [code]true[/code], tabs are visible. If [code]false[/code], tabs' content and titles are hidden.
</member>
<member name="use_hidden_tabs_for_min_size" type="bool" setter="set_use_hidden_tabs_for_min_size" getter="get_use_hidden_tabs_for_min_size" default="false">
If [code]true[/code], children [Control] nodes that are hidden have their minimum size take into account in the total, instead of only the currently visible one.
If [code]true[/code], child [Control] nodes that are hidden have their minimum size take into account in the total, instead of only the currently visible one.
</member>
</members>
<signals>