From 5f9cd9ccbc747ed948e38fab14e1eb66ce9d57c7 Mon Sep 17 00:00:00 2001
From: bruvzg <7645683+bruvzg@users.noreply.github.com>
Date: Sat, 6 Nov 2021 00:28:48 +0200
Subject: Fix Label and RichTextLabale text shadows and shadow outlines.
---
doc/classes/Label.xml | 2 +-
doc/classes/RichTextLabel.xml | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
(limited to 'doc/classes')
diff --git a/doc/classes/Label.xml b/doc/classes/Label.xml
index 3c349e052f..24ebf08c36 100644
--- a/doc/classes/Label.xml
+++ b/doc/classes/Label.xml
@@ -194,7 +194,7 @@
The vertical offset of the text's shadow.
- Shadow outline size. If set to 1 or greater, the shadow will be displayed around the whole text as an outline.
+ The size of the shadow outline.
diff --git a/doc/classes/RichTextLabel.xml b/doc/classes/RichTextLabel.xml
index 0fd25615ba..3255c748b7 100644
--- a/doc/classes/RichTextLabel.xml
+++ b/doc/classes/RichTextLabel.xml
@@ -586,15 +586,15 @@
The color of the selection box.
-
- Boolean value. If 1 ([code]true[/code]), the shadow will be displayed around the whole text as an outline.
-
The horizontal offset of the font's shadow.
The vertical offset of the font's shadow.
+
+ The size of the shadow outline.
+
The default cell border color.
--
cgit v1.2.3