Explorar o código

Amend `Label`.clip_text() Method Description

This update fixes an inconsistencies in the documentation about the `clip_text()` method.

(cherry picked from commit ea94aeac482bf54602b23ca1aa210fa7d6a93758)
Nick H %!s(int64=4) %!d(string=hai) anos
pai
achega
6f58cfd077
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      doc/classes/Label.xml

+ 1 - 1
doc/classes/Label.xml

@@ -48,7 +48,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="lines_skipped" type="int" setter="set_lines_skipped" getter="get_lines_skipped" default="0">
 			The node ignores the first [code]lines_skipped[/code] lines before it starts to display text.