diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2019-06-26 16:02:47 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2019-06-26 16:03:04 +0200 |
commit | 261bdfa14dd548b9872bcaaf1b3d729ea0428295 (patch) | |
tree | 2786c135f2db0fc33eba27c6763ff8131dcc545c /doc/classes | |
parent | cb8d95dd4bc16fa014af7446abf7855255a7bf15 (diff) |
doc: Sync classref with current source
Diffstat (limited to 'doc/classes')
-rw-r--r-- | doc/classes/LineEdit.xml | 2 | ||||
-rw-r--r-- | doc/classes/TextEdit.xml | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/doc/classes/LineEdit.xml b/doc/classes/LineEdit.xml index 184987d2dd..333f6a3671 100644 --- a/doc/classes/LineEdit.xml +++ b/doc/classes/LineEdit.xml @@ -200,6 +200,8 @@ </theme_item> <theme_item name="font_color_selected" type="Color"> </theme_item> + <theme_item name="font_color_uneditable" type="Color"> + </theme_item> <theme_item name="minimum_spaces" type="int"> </theme_item> <theme_item name="normal" type="StyleBox"> diff --git a/doc/classes/TextEdit.xml b/doc/classes/TextEdit.xml index 8c87a4f2e7..00db5ef2b9 100644 --- a/doc/classes/TextEdit.xml +++ b/doc/classes/TextEdit.xml @@ -572,6 +572,8 @@ <theme_item name="font_color" type="Color"> Sets the font [Color]. </theme_item> + <theme_item name="font_color_readonly" type="Color"> + </theme_item> <theme_item name="font_color_selected" type="Color"> </theme_item> <theme_item name="function_color" type="Color"> |