Content deleted Content added
m summed score boxes now default to 10px smaller than the sumbox |
m slightly less shrink if not widescore = yes |
||
Line 389:
}
if p.scoreSumBox then
local smallerWidth = sp[2] - (p.widescore and 10 or 7)
setmetatable(scoreWidth, {__index = function(_, i) return i < p.scoreBoxes and smallerWidth or nil end})
end
|