- increased the min/max vertical offset for bars by request

- fixed a minor typo in the maelstrom counter options
- removed extraneous function from the custom bar
This commit is contained in:
Parnic
2009-04-08 02:23:07 +00:00
parent c272fee8c5
commit 06a7c7a05c
3 changed files with 3 additions and 7 deletions

View File

@ -280,8 +280,8 @@ function IceBarElement.prototype:GetOptions()
type='range',
name = '|c' .. self.configColor .. 'Bar vertical offset|r',
desc = 'Adjust the vertical placement of this bar',
min = -100,
max = 100,
min = -400,
max = 400,
step = 1,
get = function()
return self.moduleSettings.barVerticalOffset