From 982d65721775475d0290e683955c754eac06e6bf Mon Sep 17 00:00:00 2001 From: MinaciousGrace Date: Tue, 24 Jan 2017 22:04:17 -0500 Subject: [PATCH] maxwidth shizznizz (see previouscommits) --- .../BGAnimations/ScreenNetEvaluation decorations.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Themes/Til Death/BGAnimations/ScreenNetEvaluation decorations.lua b/Themes/Til Death/BGAnimations/ScreenNetEvaluation decorations.lua index 8b32512c35..4de55c98c9 100644 --- a/Themes/Til Death/BGAnimations/ScreenNetEvaluation decorations.lua +++ b/Themes/Til Death/BGAnimations/ScreenNetEvaluation decorations.lua @@ -263,7 +263,7 @@ end -- Wife percent t[#t+1] = LoadFont("Common Large")..{ - InitCommand=cmd(xy,frameX+5,frameY+9;zoom,0.45;halign,0;valign,0), + InitCommand=cmd(xy,frameX+5,frameY+9;zoom,0.45;halign,0;valign,0;maxwidth,capWideScale(280,320)), BeginCommand=cmd(queuecommand,"Set"), SetCommand=function(self) self:diffuse(getGradeColor(pss:GetWifeGrade())) @@ -287,7 +287,7 @@ end -- DP percent t[#t+1] = LoadFont("Common Large")..{ - InitCommand=cmd(xy,frameX+5,frameY+34;zoom,0.45;halign,0;valign,0), + InitCommand=cmd(xy,frameX+5,frameY+34;zoom,0.45;halign,0;valign,0;maxwidth,capWideScale(280,320)), BeginCommand=cmd(queuecommand,"Set"), SetCommand=function(self) self:diffuse(getGradeColor(pss:GetGrade()))