Added custom values for SETTINGS_VALUE

This commit is contained in:
Lugiad 2025-06-28 20:06:37 +02:00 committed by GitHub
parent 6984c0176f
commit c0fa18eec3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -306,6 +306,7 @@ export function getTextStyleOptions(
styleOptions.fontSize = defaultFontSize; styleOptions.fontSize = defaultFontSize;
styleOptions.padding = { top: 6 }; styleOptions.padding = { top: 6 };
break; break;
case TextStyle.SETTINGS_VALUE: {
case TextStyle.SETTINGS_LABEL: { case TextStyle.SETTINGS_LABEL: {
shadowXpos = 3; shadowXpos = 3;
shadowYpos = 3; shadowYpos = 3;