From 73caf320f981f6cb3499b447d637242d369b12af Mon Sep 17 00:00:00 2001 From: Unknown Date: Mon, 16 Jul 2018 05:51:18 -0400 Subject: [PATCH] resize a couple online score tab elements --- .../BGAnimations/ScreenSelectMusic decorations/score.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Themes/Til Death/BGAnimations/ScreenSelectMusic decorations/score.lua b/Themes/Til Death/BGAnimations/ScreenSelectMusic decorations/score.lua index 2a821c0a01..4bd6359899 100644 --- a/Themes/Til Death/BGAnimations/ScreenSelectMusic decorations/score.lua +++ b/Themes/Til Death/BGAnimations/ScreenSelectMusic decorations/score.lua @@ -655,7 +655,7 @@ local function netscoreitem(drawindex) -- ssr LoadFont("Common normal")..{ InitCommand=function(self) - self:xy(netscoreframex-16,netscoreframey+17+(drawindex*netscorespacing)):zoom(0.75):halign(0):maxwidth(50):valign(1) + self:xy(netscoreframex-14,netscoreframey+17+(drawindex*netscorespacing)):zoom(0.65):halign(0):maxwidth(50):valign(1) end, SetCommand=function(self) if tmpScore then @@ -676,7 +676,7 @@ local function netscoreitem(drawindex) -- rate LoadFont("Common normal")..{ InitCommand=function(self) - self:xy(netscoreframex+4,netscoreframey+23+(drawindex*netscorespacing)):zoom(0.55):halign(0.5):maxwidth((netscoreframeWidth-15)/0.9) + self:xy(netscoreframex+2,netscoreframey+23+(drawindex*netscorespacing)):zoom(0.5):halign(0.5):maxwidth((netscoreframeWidth-15)/0.9) end, SetCommand=function(self) if tmpScore then