diff options
author | golfinq <golfinqz@gmail.com> | 2022-07-28 14:49:10 -0400 |
---|---|---|
committer | golfinq <golfinqz@gmail.com> | 2022-07-31 12:24:07 -0400 |
commit | b341339415be2c07926fe3103f0064a8936d0390 (patch) | |
tree | e388fede228441355288a6cc62e1ff132fa92d85 /doc/classes | |
parent | 2e05cc3314d0fd04f0e151ad0a827b34b28d8ece (diff) |
Add padding options in theme for fg/bgcolor tags
Diffstat (limited to 'doc/classes')
-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 8228bcc442..e16ff19025 100644 --- a/doc/classes/RichTextLabel.xml +++ b/doc/classes/RichTextLabel.xml @@ -666,6 +666,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> |