From ad8081216c73b8a0ace555eeb96c1d4fbcb3e50e Mon Sep 17 00:00:00 2001 From: PouleyKetchoupp Date: Fri, 1 Nov 2019 15:17:40 +0100 Subject: Option in RichTextLabel for height to fit content --- doc/classes/RichTextLabel.xml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc/classes') diff --git a/doc/classes/RichTextLabel.xml b/doc/classes/RichTextLabel.xml index efc0c9d600..274e84e44d 100644 --- a/doc/classes/RichTextLabel.xml +++ b/doc/classes/RichTextLabel.xml @@ -292,6 +292,10 @@ The currently installed custom effects. This is an array of [RichTextEffect]s. To add a custom effect, it's more convenient to use [method install_effect]. + + If [code]true[/code], the label's height will be automatically updated to fit its content. + [b]Note:[/b] This property is used as a workaround to fix issues with [RichTextLabel] in [Container]s, but it's unreliable in some cases and will be removed in future versions. + If [code]true[/code], the label underlines meta tags such as [code][url]{text}[/url][/code]. -- cgit v1.2.3