Merge pull request #51866 from requizm/fix/49455

Fix `line_separation` working incorrectly in `RichTextLabel`
This commit is contained in:
Hugo Locurcio
2021-08-20 23:24:42 +02:00
committed by GitHub
3 changed files with 3 additions and 3 deletions

View File

@@ -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">