- extended vertical offset min/max for info modules (ticket #92)

This commit is contained in:
Parnic
2010-10-26 00:14:40 +00:00
parent bc4deff6fd
commit 53ff0bfae9

View File

@ -126,8 +126,8 @@ function IceTargetInfo.prototype:GetOptions()
self.moduleSettings.vpos = v
self:Redraw()
end,
min = -300,
max = 600,
min = -425,
max = 700,
step = 1,
disabled = function()
return not self.moduleSettings.enabled