diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2022-02-09 09:38:39 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-09 09:38:39 +0100 |
commit | 196801fc64026ab7daee44994ee92bc6eb9faae4 (patch) | |
tree | ea3c8f4a8f67f3699991d3737c72fc4e1fed2784 /doc | |
parent | 3cb9dc78d6001af550f125bb6f8b7da27a291add (diff) | |
parent | ef81dc1831db37c104091b5f7edf8102c8d72270 (diff) |
Merge pull request #57837 from YeldhamDev/that_was_pointless
Diffstat (limited to 'doc')
-rw-r--r-- | doc/classes/Window.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/Window.xml b/doc/classes/Window.xml index ab8f51ced5..82bb74683f 100644 --- a/doc/classes/Window.xml +++ b/doc/classes/Window.xml @@ -435,7 +435,7 @@ <constant name="CONTENT_SCALE_ASPECT_EXPAND" value="4" enum="ContentScaleAspect"> </constant> <constant name="LAYOUT_DIRECTION_INHERITED" value="0" enum="LayoutDirection"> - Automatic layout direction, determined from the parent control layout direction. + Automatic layout direction, determined from the parent window layout direction. </constant> <constant name="LAYOUT_DIRECTION_LOCALE" value="1" enum="LayoutDirection"> Automatic layout direction, determined from the current locale. |