This commit is contained in:
Konrad Kusnierz 2014-11-19 07:25:36 +01:00
parent aa924dc348
commit c49a6f3bf2
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ local function calcValues(self)
proportion = math.min(math.max(self.step, 1), range)/range proportion = math.min(math.max(self.step, 1), range)/range
end end
local px = math.max(proportion * pxrange, 10) local px = math.max(proportion * pxrange, 6)
px = px - px % 2 + 1 px = px - px % 2 + 1
local offset = 0 local offset = 0