diff --git a/stepmania/Themes/default/Graphics/_JudgmentLineLabel/default.lua b/stepmania/Themes/default/Graphics/_JudgmentLineLabel/default.lua index a0d8eee816..f43f5250f9 100644 --- a/stepmania/Themes/default/Graphics/_JudgmentLineLabel/default.lua +++ b/stepmania/Themes/default/Graphics/_JudgmentLineLabel/default.lua @@ -5,6 +5,6 @@ return Def.ActorFrame { InitCommand=cmd(y,4;); }; LoadFont("_sf square head 32") .. { - InitCommand=cmd(settext,string.upper(JudgmentLineToLocalizedString(jl));diffuse,JudgmentLineToColor(jl);strokecolor,JudgmentLineToStrokeColor(jl);shadowlength,0;); + InitCommand=cmd(settext,string.upper(JudgmentLineToLocalizedString(jl));diffuse,JudgmentLineToColor(jl);strokecolor,JudgmentLineToStrokeColor(jl);shadowlength,0;maxwidth,180); }; }; \ No newline at end of file