From d10482c439a2ffb673aaece4e788f7625ab65639 Mon Sep 17 00:00:00 2001 From: Peter Lu Date: Wed, 2 Oct 2024 14:02:07 -0700 Subject: [PATCH] minor fix --- content/en-us/reference/engine/classes/UIListLayout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en-us/reference/engine/classes/UIListLayout.yaml b/content/en-us/reference/engine/classes/UIListLayout.yaml index 08eb4f441..bc1b62d36 100644 --- a/content/en-us/reference/engine/classes/UIListLayout.yaml +++ b/content/en-us/reference/engine/classes/UIListLayout.yaml @@ -9,7 +9,7 @@ description: | UI element, either horizontally or vertically. Each sibling UI element retains its original `Class.GuiObject.Size`, but its `Class.GuiObject.Position` will be taken under control by the UIListLayout. While under control, the Position - property of sibling UI elements will not be editable in the Properties window. + property of sibling UI elements will not be editable in the Properties window. Its `Class.GuiObject.Rotation` property will also be ignored. You can use the elements' `Class.GuiObject.LayoutOrder` by changing `Class.UIListLayout.SortOrder` to LayoutOrder. A UIListLayout will