diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2022-03-08 20:05:33 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-08 20:05:33 +0100 |
commit | 3aaaf2e3ec3873892119dd007abb1d855016efbd (patch) | |
tree | 30d75b7861ac2ce64b8f934e65fb721501b6f47b /doc/classes/AspectRatioContainer.xml | |
parent | fe95b61e529e366ffe317c5bf27ac5f5d10852e8 (diff) | |
parent | 507f72db8e7ece41d45b743917ed2b9262b7af0c (diff) |
Merge pull request #57095 from madmiraal/implement-3125
Rename Control's Rect properties to exclude rect_ part
Diffstat (limited to 'doc/classes/AspectRatioContainer.xml')
-rw-r--r-- | doc/classes/AspectRatioContainer.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/AspectRatioContainer.xml b/doc/classes/AspectRatioContainer.xml index 41e06e6e98..742a7276d4 100644 --- a/doc/classes/AspectRatioContainer.xml +++ b/doc/classes/AspectRatioContainer.xml @@ -34,7 +34,7 @@ </constant> <constant name="STRETCH_COVER" value="3" enum="StretchMode"> The width and height of child controls is automatically adjusted to make their bounding rectangle cover the entire area of the container while keeping the aspect ratio. - When the bounding rectangle of child controls exceed the container's size and [member Control.rect_clip_content] is enabled, this allows to show only the container's area restricted by its own bounding rectangle. + When the bounding rectangle of child controls exceed the container's size and [member Control.clip_contents] is enabled, this allows to show only the container's area restricted by its own bounding rectangle. </constant> <constant name="ALIGNMENT_BEGIN" value="0" enum="AlignmentMode"> Aligns child controls with the beginning (left or top) of the container. |