Increased valid ranges by request (wowace ticket #280)

This commit is contained in:
Parnic
2020-10-14 12:57:34 -05:00
parent a5be2996da
commit 077f381adb
3 changed files with 5 additions and 5 deletions

View File

@ -280,8 +280,8 @@ function MirrorBarHandler.prototype:GetOptions()
type='range',
name = L["Bar vertical offset"],
desc = L["Adjust the vertical placement of this bar"],
min = -400,
max = 400,
min = -600,
max = 600,
step = 1,
get = function()
return self.moduleSettings.barVerticalOffset