diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2023-10-30 23:16:24 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2023-10-30 23:16:24 +0100 |
commit | fa54bc3eca13fb34bedfd408642ac1c2eda91e3e (patch) | |
tree | b9aa82adfc3ec998fa8781c2055566494da814c3 | |
parent | dcbee437f7f238801e0c1a19a12a8d0e0aec63b4 (diff) | |
parent | 823ac214d1da75cd9c250e7ef839752e7b4c89b2 (diff) | |
download | redot-engine-fa54bc3eca13fb34bedfd408642ac1c2eda91e3e.tar.gz |
Merge pull request #79571 from Calinou/doc-richtextlabel-padding
Clarify the purpose of RichTextLabel text highlight padding
-rw-r--r-- | doc/classes/RichTextLabel.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/classes/RichTextLabel.xml b/doc/classes/RichTextLabel.xml index 405d189c54..c9a48e46b2 100644 --- a/doc/classes/RichTextLabel.xml +++ b/doc/classes/RichTextLabel.xml @@ -764,10 +764,10 @@ 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. + The horizontal padding around boxes drawn by the [code][fgcolor][/code] and [code][bgcolor][/code] tags. This does not affect the appearance of text selection. </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. + The vertical padding around boxes drawn by the [code][fgcolor][/code] and [code][bgcolor][/code] tags. This does not affect the appearance of text selection. </theme_item> <theme_item name="bold_font" data_type="font" type="Font"> The font used for bold text. |