Merge pull request #63590 from golfinq/fbg-padding
Add padding options in theme for fg/bgcolor tags in RichTextLabel
This commit is contained in:
commit
b6cbea5e58
3 changed files with 15 additions and 4 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue