mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 14:50:13 -05:00
- extended vertical offset min/max for info modules (ticket #92)
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user