Line formatting correction

This commit is contained in:
Lugiad 2025-06-26 19:29:33 +02:00 committed by GitHub
parent 8f6f083b6f
commit 7fbde9414c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -364,8 +364,8 @@ export function getTextStyleOptions(
case TextStyle.MOVE_LABEL: { case TextStyle.MOVE_LABEL: {
switch (lang) { switch (lang) {
case "ja": case "ja":
styleOptions.fontSize = defaultFontSize - 16; styleOptions.fontSize = defaultFontSize - 16;
styleOptions.padding = { top: -12, bottom: 4 }; styleOptions.padding = { top: -12, bottom: 4 };
break; break;
default: default:
styleOptions.fontSize = defaultFontSize - 30; styleOptions.fontSize = defaultFontSize - 30;