diff --git a/stepmania/Themes/default/BGAnimations/ScreenSelectMusic decorations/default.lua b/stepmania/Themes/default/BGAnimations/ScreenSelectMusic decorations/default.lua index aa6046343e..9a08183a2f 100644 --- a/stepmania/Themes/default/BGAnimations/ScreenSelectMusic decorations/default.lua +++ b/stepmania/Themes/default/BGAnimations/ScreenSelectMusic decorations/default.lua @@ -198,7 +198,7 @@ t[#t+1] = LoadActor( "stop icon" ) .. { }; t[#t+1] = LoadFont("_venacti Bold 15px") .. { - InitCommand=cmd(horizalign,left;x,SCREEN_CENTER_X-14;y,SCREEN_CENTER_Y-24;settext,"xxxx";shadowlengthx,0;shadowlengthy,2;shadowcolor,color("#000000");maxwidth,360); + InitCommand=cmd(horizalign,left;x,SCREEN_CENTER_X-14;y,SCREEN_CENTER_Y-24;settext,"xxxx";shadowlengthx,0;shadowlengthy,2;shadowcolor,color("#000000");maxwidth,180); SetCommand=function(self) local s = "---"; local song = GAMESTATE:GetCurrentSong(); @@ -215,7 +215,7 @@ t[#t+1] = LoadFont("_venacti Bold 15px") .. { DisplayLanguageChangedMessageCommand=cmd(playcommand,"Set"); }; t[#t+1] = LoadFont("_venacti Bold 15px") .. { - InitCommand=cmd(horizalign,right;x,SCREEN_CENTER_X+224;y,SCREEN_CENTER_Y-6;settext,"xxxx";shadowlengthx,0;shadowlengthy,2;shadowcolor,color("#000000");); + InitCommand=cmd(horizalign,right;x,SCREEN_CENTER_X+224;y,SCREEN_CENTER_Y-6;settext,"xxxx";shadowlengthx,0;shadowlengthy,2;shadowcolor,color("#000000");maxwidth,156); SetCommand=function(self) local s = "---"; local song = GAMESTATE:GetCurrentSong();