From 70d25bbfbb92d16fe53b65aad8f10c3ee461e0ef Mon Sep 17 00:00:00 2001 From: kobewi Date: Wed, 17 Nov 2021 12:50:25 +0100 Subject: [PATCH] Mention how to add margins to Button's icon (cherry picked from commit 2341c7bbd93e934647e25428b3656e439ade2b99) --- doc/classes/Button.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/classes/Button.xml b/doc/classes/Button.xml index 4e125808599..8764e42fd90 100644 --- a/doc/classes/Button.xml +++ b/doc/classes/Button.xml @@ -41,6 +41,7 @@ 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. The button's text that will be displayed inside the button's area.