1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-09 12:50:35 +00:00

Mention how to add margins to Button's icon

(cherry picked from commit 2341c7bbd9)
This commit is contained in:
kobewi
2021-11-17 12:50:25 +01:00
committed by Rémi Verschelde
parent 0ebbc5b07c
commit 70d25bbfbb

View File

@@ -41,6 +41,7 @@
</member> </member>
<member name="icon" type="Texture" setter="set_button_icon" getter="get_button_icon"> <member name="icon" type="Texture" setter="set_button_icon" getter="get_button_icon">
Button's icon, if text is present the icon will be placed before the text. 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.
</member> </member>
<member name="text" type="String" setter="set_text" getter="get_text" default="&quot;&quot;"> <member name="text" type="String" setter="set_text" getter="get_text" default="&quot;&quot;">
The button's text that will be displayed inside the button's area. The button's text that will be displayed inside the button's area.