From d6b95c8aebdffcdc1ba14308b8bddf97656a20cf Mon Sep 17 00:00:00 2001 From: fearwalia <139103754+The-oldone@users.noreply.github.com> Date: Thu, 19 Dec 2024 13:48:13 +0530 Subject: [PATCH] Update gui_using_fonts.rst Edited the fourth option to accurately represent which option it is, it previously replicated the third option --- tutorials/ui/gui_using_fonts.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/ui/gui_using_fonts.rst b/tutorials/ui/gui_using_fonts.rst index 0c881225b..94eb8b8ab 100644 --- a/tutorials/ui/gui_using_fonts.rst +++ b/tutorials/ui/gui_using_fonts.rst @@ -644,7 +644,7 @@ which accept positive and negative values: - **Top:** Additional spacing above glyphs. This is used for multiline text, but also to calculate the minimum size of controls such as :ref:`class_Label` and :ref:`class_Button`. -- **Top:** Additional spacing below glyphs. This is used for multiline text, +- **Bottom:** Additional spacing below glyphs. This is used for multiline text, but also to calculate the minimum size of controls such as :ref:`class_Label` and :ref:`class_Button`.