diff options
author | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2021-08-20 23:24:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-20 23:24:42 +0200 |
commit | 2daef0400a95bb467dacff845052a27e464e4dec (patch) | |
tree | 2dadd6e226858be1f465eabff196b50f75317a8b /doc | |
parent | 78bf06ea415873d336f7869edb632968b1be6bed (diff) | |
parent | 39b90802d06d102f9494404d181ed6eac4590f17 (diff) |
Merge pull request #51866 from requizm/fix/49455
Fix `line_separation` working incorrectly in `RichTextLabel`
Diffstat (limited to 'doc')
-rw-r--r-- | doc/classes/RichTextLabel.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/RichTextLabel.xml b/doc/classes/RichTextLabel.xml index 7bbcc5e0b5..e77232a613 100644 --- a/doc/classes/RichTextLabel.xml +++ b/doc/classes/RichTextLabel.xml @@ -555,7 +555,7 @@ <theme_item name="italics_font_size" data_type="font_size" type="int"> The font size used for italics text. </theme_item> - <theme_item name="line_separation" data_type="constant" type="int" default="1"> + <theme_item name="line_separation" data_type="constant" type="int" default="0"> The vertical space between lines. </theme_item> <theme_item name="mono_font" data_type="font" type="Font"> |