diff options
Diffstat (limited to 'doc/classes/SpinBox.xml')
-rw-r--r-- | doc/classes/SpinBox.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/classes/SpinBox.xml b/doc/classes/SpinBox.xml index 3b8bb7fb4b..c8ba8ab697 100644 --- a/doc/classes/SpinBox.xml +++ b/doc/classes/SpinBox.xml @@ -51,8 +51,8 @@ <constants> </constants> <theme_items> - <theme_item name="updown" type="Texture"> - Sets a custom [Texture] for up and down arrows of the [SpinBox]. + <theme_item name="updown" type="Texture2D"> + Sets a custom [Texture2D] for up and down arrows of the [SpinBox]. </theme_item> </theme_items> </class> |