summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2022-10-31 11:14:55 +0100
committerRémi Verschelde <rverschelde@gmail.com>2022-10-31 11:14:55 +0100
commitb6cbea5e58d88c2b554fc0429ab44abec3f174ae (patch)
tree83842df18a311b4a3826f8ef808840f268e3a24c /doc
parentf4f98c4ecb02d1670b5be049858bc8182f1163fd (diff)
parentb341339415be2c07926fe3103f0064a8936d0390 (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.xml6
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>