summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <remi@verschelde.fr>2021-06-29 12:39:52 +0200
committerGitHub <noreply@github.com>2021-06-29 12:39:52 +0200
commit36d4314f15b5dc4e3f76ec897dc4bc924e3549f0 (patch)
treeaaf6f4af06d5df58f18ff062707e2e8e038d6eda
parent8fb7a9f0233f61d7a18359523002ab38797f6853 (diff)
parentea94aeac482bf54602b23ca1aa210fa7d6a93758 (diff)
Merge pull request #49921 from SirQuartz/patch-7
Update `Label.clip_text()` Method Description
-rw-r--r--doc/classes/Label.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/Label.xml b/doc/classes/Label.xml
index ee59f0c85a..0789ac9010 100644
--- a/doc/classes/Label.xml
+++ b/doc/classes/Label.xml
@@ -79,7 +79,7 @@
If [code]true[/code], wraps the text inside the node's bounding rectangle. If you resize the node, it will change its height automatically to show all the text.
</member>
<member name="clip_text" type="bool" setter="set_clip_text" getter="is_clipping_text" default="false">
- If [code]true[/code], the Label only shows the text that fits inside its bounding rectangle. It also lets you scale the node down freely.
+ If [code]true[/code], the Label only shows the text that fits inside its bounding rectangle and will clip text horizontally.
</member>
<member name="language" type="String" setter="set_language" getter="get_language" default="&quot;&quot;">
Language code used for line-breaking and text shaping algorithms, if left empty current locale is used instead.