From 7194417dbc5115853db5acd0ce1279fc5b04878b Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Fri, 1 Oct 2021 21:09:00 +0300 Subject: Text: Fixed a symbol for size --- src/ui/text.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/text.c b/src/ui/text.c index 1eff70ba..cbce4715 100644 --- a/src/ui/text.c +++ b/src/ui/text.c @@ -385,7 +385,7 @@ static void initFonts_Text_(iText *d) { { &fontSourceSans3Regular_Embedded, uiSize * 1.125f, 1.0f, uiMedium_FontSize }, { &fontSourceSans3Regular_Embedded, uiSize * 1.333f, 1.0f, uiBig_FontSize }, { &fontSourceSans3Regular_Embedded, uiSize * 1.666f, 1.0f, uiLarge_FontSize }, - { &fontSourceSans3Regular_Embedded, uiSize * 0.900f, 1.0f, uiTiny_FontSize }, + { &fontSourceSans3Regular_Embedded, uiSize * 0.900f, 1.0f, uiSmall_FontSize }, { &fontSourceSans3Semibold_Embedded, uiSize * 0.800f, 1.0f, uiTiny_FontSize }, /* UI fonts: bold weight */ { &fontSourceSans3Bold_Embedded, uiSize, 1.0f, uiNormal_FontSize }, -- cgit v1.2.3