Browse Source

Merge pull request #10428 from The-oldone/master

Fix typo (copy-paste) in gui_using_fonts.rst
tetrapod 7 months ago
parent
commit
dedc5e849d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tutorials/ui/gui_using_fonts.rst

+ 1 - 1
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`.