diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2022-10-31 11:14:55 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2022-10-31 11:14:55 +0100 |
commit | b6cbea5e58d88c2b554fc0429ab44abec3f174ae (patch) | |
tree | 83842df18a311b4a3826f8ef808840f268e3a24c /doc | |
parent | f4f98c4ecb02d1670b5be049858bc8182f1163fd (diff) | |
parent | b341339415be2c07926fe3103f0064a8936d0390 (diff) |
Merge pull request #63590 from golfinq/fbg-padding
Add padding options in theme for fg/bgcolor tags in RichTextLabel
Diffstat (limited to 'doc')
-rw-r--r-- | doc/classes/RichTextLabel.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/classes/RichTextLabel.xml b/doc/classes/RichTextLabel.xml index 760861272f..cb2481f705 100644 --- a/doc/classes/RichTextLabel.xml +++ b/doc/classes/RichTextLabel.xml @@ -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> |