diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2022-04-29 08:04:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-29 08:04:32 +0200 |
commit | ce01bf22be45e8f01639d12c8e23235e3412c0f5 (patch) | |
tree | 476dff56dab701bcee2feb9d63c0fbb83afc4c73 /doc/classes/AspectRatioContainer.xml | |
parent | 55198f5c288d98526f7db556ac5ffd002a51df97 (diff) | |
parent | 3b941ed98cfb1f72c35684f1d4d458dacd482c63 (diff) |
Merge pull request #60405 from CheetoMonster/documentation-edits
BoxContainer description to point to the "Using Containers" page
Diffstat (limited to 'doc/classes/AspectRatioContainer.xml')
-rw-r--r-- | doc/classes/AspectRatioContainer.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/classes/AspectRatioContainer.xml b/doc/classes/AspectRatioContainer.xml index 742a7276d4..e7847ba05c 100644 --- a/doc/classes/AspectRatioContainer.xml +++ b/doc/classes/AspectRatioContainer.xml @@ -7,6 +7,7 @@ Arranges child controls in a way to preserve their aspect ratio automatically whenever the container is resized. Solves the problem where the container size is dynamic and the contents' size needs to adjust accordingly without losing proportions. </description> <tutorials> + <link title="GUI containers">$DOCS_URL/tutorials/ui/gui_containers.html</link> </tutorials> <members> <member name="alignment_horizontal" type="int" setter="set_alignment_horizontal" getter="get_alignment_horizontal" enum="AspectRatioContainer.AlignmentMode" default="1"> |