From 823ac214d1da75cd9c250e7ef839752e7b4c89b2 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Mon, 17 Jul 2023 08:53:38 +0200 Subject: [PATCH] Clarify the purpose of RichTextLabel text highlight padding --- doc/classes/RichTextLabel.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/classes/RichTextLabel.xml b/doc/classes/RichTextLabel.xml index e2030f5927ed..880b9c0b4106 100644 --- a/doc/classes/RichTextLabel.xml +++ b/doc/classes/RichTextLabel.xml @@ -706,10 +706,10 @@ The vertical separation of elements in a table. - 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. - 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. The font used for bold text.