- changed the vertical position extents to 600 instead of 300 by request

This commit is contained in:
Parnic
2009-09-04 14:26:07 +00:00
parent 998a1ef3eb
commit f9f9071556

View File

@ -39,8 +39,8 @@ function TargetOfTarget.prototype:GetOptions()
self.moduleSettings.vpos = v self.moduleSettings.vpos = v
self:Redraw() self:Redraw()
end, end,
min = -300, min = -600,
max = 300, max = 600,
step = 10, step = 10,
disabled = function() disabled = function()
return not self.moduleSettings.enabled return not self.moduleSettings.enabled