summaryrefslogtreecommitdiff
path: root/doc/classes/Button.xml
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2019-12-07 00:11:17 +0100
committerGitHub <noreply@github.com>2019-12-07 00:11:17 +0100
commit07a739e7e15fdc0d7ed878f0cb465bb93c4e50aa (patch)
treed811b713f916bcd4d96c39fed00762311737d989 /doc/classes/Button.xml
parent643b37aaf01138af8e5780caa938a107f2341412 (diff)
parent4eff13d7685752246ca311a2fdcc9d6e6eb7f63e (diff)
Merge pull request #34159 from akien-mga/doc-enums-constants
doc: Markup fixes for enums and constants
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 305be8b58d..3b73580294 100644
--- a/doc/classes/Button.xml
+++ b/doc/classes/Button.xml
@@ -12,7 +12,7 @@
</methods>
<members>
<member name="align" type="int" setter="set_text_align" getter="get_text_align" enum="Button.TextAlign" default="1">
- Text alignment policy for the button's text, use one of the [code]ALIGN_*[/code] constants.
+ Text alignment policy for the button's text, use one of the [enum TextAlign] 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.