diff --git a/doc/classes/Button.xml b/doc/classes/Button.xml index 5b3f86c9f57..5103134f657 100644 --- a/doc/classes/Button.xml +++ b/doc/classes/Button.xml @@ -47,7 +47,7 @@ If set to something other than [constant TextServer.AUTOWRAP_OFF], the text gets wrapped inside the node's bounding rectangle. - 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. + If [code]true[/code], text that is too large to fit the button is clipped horizontally. If [code]false[/code], the button will always be wide enough to hold the text. The text is not vertically clipped, and the button's height is not affected by this property. When enabled, the button's icon will expand/shrink to fit the button's size while keeping its aspect. See also [theme_item icon_max_width].