diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2019-06-27 12:33:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-27 12:33:39 +0200 |
commit | 560f55da5143d141fea56c0cbedd442bd3d2095b (patch) | |
tree | 85bfe8288a7c5762ffb7f240a2ee7b02e5280329 /doc/classes/LineEdit.xml | |
parent | 755b589384eedbd3843fe7263cbc655633b8bd7e (diff) | |
parent | 71d53637b5bce5519800a5cadfa2e42750b8b793 (diff) |
Merge pull request #30119 from akien-mga/doc-misc-updates
doc: Complete and harmonize all _MAX constant descriptions, fix scoped hyperlinks
Diffstat (limited to 'doc/classes/LineEdit.xml')
-rw-r--r-- | doc/classes/LineEdit.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/classes/LineEdit.xml b/doc/classes/LineEdit.xml index 333f6a3671..44043a5a16 100644 --- a/doc/classes/LineEdit.xml +++ b/doc/classes/LineEdit.xml @@ -108,7 +108,7 @@ If [code]true[/code], the [LineEdit] width will increase to stay longer than the [member text]. It will [b]not[/b] compress if the [member text] is shortened. </member> <member name="focus_mode" type="int" setter="set_focus_mode" getter="get_focus_mode" enum="Control.FocusMode"> - Defines how the [LineEdit] can grab focus (Keyboard and mouse, only keyboard, or none). See [enum Control.FocusMode] in [Control] for details. + Defines how the [LineEdit] can grab focus (Keyboard and mouse, only keyboard, or none). See [enum Control.FocusMode] for details. </member> <member name="max_length" type="int" setter="set_max_length" getter="get_max_length"> Maximum amount of characters that can be entered inside the [LineEdit]. If [code]0[/code], there is no limit. @@ -181,6 +181,7 @@ Reverse the last undo action. </constant> <constant name="MENU_MAX" value="7" enum="MenuItems"> + Represents the size of the [enum MenuItems] enum. </constant> </constants> <theme_items> |