Skip to content

Commit

Permalink
stop being lazy about ui stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed Jul 28, 2018
1 parent 811766f commit 7dc34b8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ local nestedTabs = {"Local", "Online"}

local frameX = 10
local frameY = 45
local frameWidth = capWideScale(360,460)
local frameWidth = SCREEN_WIDTH * 0.56
local frameHeight = 350
local fontScale = 0.4
local offsetX = 10
Expand Down Expand Up @@ -499,7 +499,7 @@ t[#t+1] = LoadFont("Common Normal")..{
-- matches the built-in online score header
t[#t+1] = Def.Quad{
InitCommand=function(self)
self:xy(-frameX/2, -offsetY):zoomto(SCREEN_WIDTH * 0.56 - 10,24):halign(0):diffuse(color("#111111"))
self:xy(-frameX/2, -offsetY):zoomto(frameWidth - 10,24):halign(0):diffuse(color("#111111"))
end,
}

Expand Down

0 comments on commit 7dc34b8

Please sign in to comment.