diff options
author | Yuri Sizov <yuris@humnom.net> | 2021-08-04 19:54:41 +0300 |
---|---|---|
committer | Yuri Sizov <yuris@humnom.net> | 2021-08-04 22:27:10 +0300 |
commit | bf2839ea3ee280462fb9117a73bae407354ea832 (patch) | |
tree | b13bb7dc667dd8d27bd756013dea7373f7834d0e /doc/classes/SpinBox.xml | |
parent | 85186bc0c5f8ad135168018bb90ac0dd4e834500 (diff) |
Add theme item descriptions to the online documentation
Diffstat (limited to 'doc/classes/SpinBox.xml')
-rw-r--r-- | doc/classes/SpinBox.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/SpinBox.xml b/doc/classes/SpinBox.xml index 1c1e6e5a15..4303fa52f1 100644 --- a/doc/classes/SpinBox.xml +++ b/doc/classes/SpinBox.xml @@ -59,7 +59,7 @@ <constants> </constants> <theme_items> - <theme_item name="updown" type="Texture2D"> + <theme_item name="updown" data_type="icon" type="Texture2D"> Sets a custom [Texture2D] for up and down arrows of the [SpinBox]. </theme_item> </theme_items> |