Skip to content

Commit

Permalink
resize a couple online score tab elements
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed Jul 16, 2018
1 parent 2264b07 commit 73caf32
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 73caf32

Please sign in to comment.