summaryrefslogtreecommitdiff
path: root/src/ui/text.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/text.c')
-rw-r--r--src/ui/text.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/text.c b/src/ui/text.c
index 06043c7b..c4596d1c 100644
--- a/src/ui/text.c
+++ b/src/ui/text.c
@@ -361,7 +361,7 @@ static void initFonts_Text_(iText *d) {
361 h12Font = &fontIosevkaTermExtended_Embedded; 361 h12Font = &fontIosevkaTermExtended_Embedded;
362 h3Font = &fontIosevkaTermExtended_Embedded; 362 h3Font = &fontIosevkaTermExtended_Embedded;
363 } 363 }
364#if defined (iPlatformAppleMobile) 364#if defined (iPlatformMobile)
365 const float uiSize = fontSize_UI * 1.1f; 365 const float uiSize = fontSize_UI * 1.1f;
366#else 366#else
367 const float uiSize = fontSize_UI; 367 const float uiSize = fontSize_UI;