From da5195fc927614aa9340bb1a1729428f0e5bbfbc Mon Sep 17 00:00:00 2001 From: Michael Alexsander Silva Dias Date: Wed, 28 Aug 2019 23:12:22 -0300 Subject: Fix wrong offset in Button when alignment is set to left --- doc/classes/Button.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/classes') diff --git a/doc/classes/Button.xml b/doc/classes/Button.xml index adf826c26b..6a8cdcd2a8 100644 --- a/doc/classes/Button.xml +++ b/doc/classes/Button.xml @@ -15,7 +15,7 @@ Text alignment policy for the button's text, use one of the [code]ALIGN_*[/code] constants. - When this property is enabled, text that is too large to fit the button is clipped, when disabled the Button will always be wide enough to hold the text. This property is disabled by default. + When this property is enabled, text that is too large to fit the button is clipped, when disabled the Button will always be wide enough to hold the text. Flat buttons don't display decoration. -- cgit v1.2.3