diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2019-08-29 08:33:13 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-29 08:33:13 +0200 |
commit | dc3f8c49df5e6610b91df9e9fc043e58eb757edb (patch) | |
tree | a0ccca92b6c111bc9ae7b1cd0e747b1bcf362661 /doc | |
parent | 65d1b0b427cdccc5b2463cbc703b922d95075895 (diff) | |
parent | da5195fc927614aa9340bb1a1729428f0e5bbfbc (diff) |
Merge pull request #31752 from YeldhamDev/button_left_offset_fix
Fix wrong offset in Button when alignment is set to left
Diffstat (limited to 'doc')
-rw-r--r-- | doc/classes/Button.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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. </member> <member name="clip_text" type="bool" setter="set_clip_text" getter="get_clip_text" default="false"> - 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. </member> <member name="flat" type="bool" setter="set_flat" getter="is_flat" default="false"> Flat buttons don't display decoration. |