Merge pull request #63590 from golfinq/fbg-padding

Add padding options in theme for fg/bgcolor tags in RichTextLabel
This commit is contained in:
Rémi Verschelde 2022-10-31 11:14:55 +01:00
commit b6cbea5e58
No known key found for this signature in database
GPG key ID: C3336907360768E1
3 changed files with 15 additions and 4 deletions

View file

@ -665,6 +665,12 @@
<theme_item name="table_v_separation" data_type="constant" type="int" default="3">
The vertical separation of elements in a table.
</theme_item>
<theme_item name="text_highlight_h_padding" data_type="constant" type="int" default="3">
The horizontal padding around a highlighting and background color box.
</theme_item>
<theme_item name="text_highlight_v_padding" data_type="constant" type="int" default="3">
The vertical padding around a highlighting and background color box.
</theme_item>
<theme_item name="bold_font" data_type="font" type="Font">
The font used for bold text.
</theme_item>