diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2019-07-09 09:13:00 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2019-07-09 09:17:42 +0200 |
commit | 9580c2b13ef3833486cc6fc4f95fab7f0c40c3b5 (patch) | |
tree | 1c0558617e93a3149bb4f2ba20b320ef58a128c4 /doc/classes/ItemList.xml | |
parent | 2633efd55bf8731e7af5f2949fe3a8a9cd596e34 (diff) | |
download | redot-engine-9580c2b13ef3833486cc6fc4f95fab7f0c40c3b5.tar.gz |
TreeItem: Rename new button disable method to set_button_disabled
Follow-up to #30408.
Also sync classref with current source.
Diffstat (limited to 'doc/classes/ItemList.xml')
-rw-r--r-- | doc/classes/ItemList.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/ItemList.xml b/doc/classes/ItemList.xml index 95c0e663ce..8515d1063d 100644 --- a/doc/classes/ItemList.xml +++ b/doc/classes/ItemList.xml @@ -505,7 +505,7 @@ </theme_item> <theme_item name="font" type="Font"> </theme_item> - <theme_item name="font_color" type="Color" default="Color( 0.627451, 0.627451, 0.627451, 1 )"> + <theme_item name="font_color" type="Color" default="Color( 0.63, 0.63, 0.63, 1 )"> </theme_item> <theme_item name="font_color_selected" type="Color" default="Color( 1, 1, 1, 1 )"> </theme_item> |