Skip to content

Commit

Permalink
rebirth fix low res grade on local tab
Browse files Browse the repository at this point in the history
  • Loading branch information
poco0317 committed Dec 13, 2021
1 parent 3d0d5b6 commit 84dc562
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ local textzoomFudge = 5

local buttonHoverAlpha = 0.6

local gradeTextSize = 2.2
local gradeTextSize = 1.1
local clearTypeTextSize = 1.15
local detailTextSize = 0.75
local rateTextSize = 0.65
Expand Down Expand Up @@ -1173,7 +1173,7 @@ local function createList()
end
end,

LoadFont("Common Normal") .. {
LoadFont("Common Large") .. {
Name = "Grade",
InitCommand = function(self)
self:halign(0):valign(0)
Expand Down

0 comments on commit 84dc562

Please sign in to comment.