Explorar o código

Clarify the purpose of RichTextLabel text highlight padding

Hugo Locurcio %!s(int64=2) %!d(string=hai) anos
pai
achega
823ac214d1
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      doc/classes/RichTextLabel.xml

+ 2 - 2
doc/classes/RichTextLabel.xml

@@ -706,10 +706,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.