From 2b192142752f29608e8d729d77f703df0ff38f71 Mon Sep 17 00:00:00 2001 From: Lugiad <2070109+Adri1@users.noreply.github.com> Date: Thu, 26 Jun 2025 14:08:07 +0200 Subject: [PATCH] Removed old Japanese adjustments --- src/ui/text.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/ui/text.ts b/src/ui/text.ts index 9ecf181ea4b..0e03de0d250 100644 --- a/src/ui/text.ts +++ b/src/ui/text.ts @@ -167,11 +167,6 @@ export function getTextStyleOptions( }, }; -//Japanese General Scale - //if (i18next.resolvedLanguage === "ja") { - //styleOptions.padding = { top: 6, bottom: -2 }; - //} - switch (style) { case TextStyle.SUMMARY: { let fontSizeLabel = "96px";