Skip to content

Commit

Permalink
Merge pull request #79571 from Calinou/doc-richtextlabel-padding
Browse files Browse the repository at this point in the history
Clarify the purpose of RichTextLabel text highlight padding
  • Loading branch information
akien-mga committed Oct 30, 2023
2 parents dcbee43 + 823ac21 commit fa54bc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/classes/RichTextLabel.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit fa54bc3

Please sign in to comment.