diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2019-10-26 16:40:31 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2019-10-26 16:40:41 +0200 |
commit | aa0fa6b14f62c6aeab04345151cf7c2a9f6df79f (patch) | |
tree | 744ddbe39c9babc8f394584c04f8b7c1695e24bf /doc/classes/TextEdit.xml | |
parent | cbfb944a7be4cc111fe43e504428107d8342bbd6 (diff) |
doc: Sync classref with current source
Diffstat (limited to 'doc/classes/TextEdit.xml')
-rw-r--r-- | doc/classes/TextEdit.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/TextEdit.xml b/doc/classes/TextEdit.xml index 27eab85301..0dd2d75cd5 100644 --- a/doc/classes/TextEdit.xml +++ b/doc/classes/TextEdit.xml @@ -530,7 +530,7 @@ </constant> </constants> <theme_items> - <theme_item name="background_color" type="Color" default="Color( 0, 0, 0, 1 )"> + <theme_item name="background_color" type="Color" default="Color( 0, 0, 0, 0 )"> Sets the background [Color] of this [TextEdit]. [member syntax_highlighting] has to be enabled. </theme_item> <theme_item name="bookmark_color" type="Color" default="Color( 0.08, 0.49, 0.98, 1 )"> |