From 507f72db8e7ece41d45b743917ed2b9262b7af0c Mon Sep 17 00:00:00 2001 From: Marcel Admiraal Date: Sun, 23 Jan 2022 17:14:31 +0000 Subject: Rename Control's Rect properties to exclude rect_ part --- doc/classes/AspectRatioContainer.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/classes/AspectRatioContainer.xml') 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 @@ 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. Aligns child controls with the beginning (left or top) of the container. -- cgit v1.2.3