From ddcd8fee62fc3df7d1825badd57fd925d608a8ad Mon Sep 17 00:00:00 2001 From: zaccie Date: Wed, 22 May 2024 09:38:41 +1200 Subject: [PATCH] Fixed Broken Drop Shadows Fixed a case where the dropshadow became worse --- src/ui/text.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ui/text.ts b/src/ui/text.ts index 31c76c72956..0021fd22b64 100644 --- a/src/ui/text.ts +++ b/src/ui/text.ts @@ -109,6 +109,8 @@ function getTextStyleOptions(style: TextStyle, uiTheme: UiTheme, extraStyleOptio case TextStyle.SUMMARY_GREEN: case TextStyle.WINDOW: case TextStyle.WINDOW_ALT: + shadowXpos = 3; + shadowYpos = 3; case TextStyle.MESSAGE: case TextStyle.SETTINGS_LABEL: case TextStyle.SETTINGS_SELECTED: