From 52deb9a6d2b600e260e54c202f5bda7b9522ccb7 Mon Sep 17 00:00:00 2001 From: AJ Kelly Date: Sat, 5 Apr 2008 22:44:36 +0000 Subject: [PATCH] prevent words from escaping frame --- .../Themes/default/Graphics/_JudgmentLineLabel/default.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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