summaryrefslogtreecommitdiffstats
path: root/doc/classes/Button.xml
diff options
context:
space:
mode:
authorkobewi <kobewi4e@gmail.com>2021-11-18 15:03:03 +0100
committerkobewi <kobewi4e@gmail.com>2021-11-18 15:32:23 +0100
commit6f929395d961fed8ce44848d69fdd32fd029ec9c (patch)
tree4290d4654f9585fea7fdb54576e94dfc2d0bcf92 /doc/classes/Button.xml
parente7216d408530506bf0c4ab5eaf9b059c5598f303 (diff)
downloadredot-engine-6f929395d961fed8ce44848d69fdd32fd029ec9c.tar.gz
Add [theme_item] tag to editor help
Diffstat (limited to 'doc/classes/Button.xml')
-rw-r--r--doc/classes/Button.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/Button.xml b/doc/classes/Button.xml
index d63bad7cad..055d5091c7 100644
--- a/doc/classes/Button.xml
+++ b/doc/classes/Button.xml
@@ -78,7 +78,7 @@
</member>
<member name="icon" type="Texture2D" setter="set_button_icon" getter="get_button_icon">
Button's icon, if text is present the icon will be placed before the text.
- To edit margin and spacing of the icon, use [code]hseparation[/code] theme property of [Button] and [code]content_margin_*[/code] properties of the used [StyleBox]es.
+ To edit margin and spacing of the icon, use [theme_item hseparation] theme property and [code]content_margin_*[/code] properties of the used [StyleBox]es.
</member>
<member name="icon_align" type="int" setter="set_icon_align" getter="get_icon_align" enum="Button.TextAlign" default="0">
Specifies if the icon should be aligned to the left, right, or center of a button. Uses the same [enum TextAlign] constants as the text alignment. If centered, text will draw on top of the icon.