From 077f381adbdb2c2c3cbad4f5970d3439ad1d08e4 Mon Sep 17 00:00:00 2001 From: Parnic Date: Wed, 14 Oct 2020 12:57:34 -0500 Subject: [PATCH] Increased valid ranges by request (wowace ticket #280) --- IceBarElement.lua | 4 ++-- modules/CustomCount.lua | 2 +- modules/MirrorBar.lua | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/IceBarElement.lua b/IceBarElement.lua index 9d54350..d024fa3 100644 --- a/IceBarElement.lua +++ b/IceBarElement.lua @@ -415,7 +415,7 @@ do type='range', name = L["Bar vertical offset"], desc = L["Adjust the vertical placement of this bar"], - min = -400, + min = -600, max = 600, step = 1, get = function() @@ -436,7 +436,7 @@ do type='range', name = L["Bar horizontal adjust"], desc = L["This is a per-pixel horizontal adjustment. You should probably use the 'offset' setting above as it is designed to snap bars together. This may be used in the case of a horizontal bar needing to be positioned outside the normal bar locations."], - min = -400, + min = -600, max = 600, step = 1, get = function() diff --git a/modules/CustomCount.lua b/modules/CustomCount.lua index 24d8bad..4543088 100644 --- a/modules/CustomCount.lua +++ b/modules/CustomCount.lua @@ -122,7 +122,7 @@ function IceCustomCount.prototype:GetOptions() self.moduleSettings.vpos = v self:Redraw() end, - min = -400, + min = -700, max = 700, step = 1, disabled = function() diff --git a/modules/MirrorBar.lua b/modules/MirrorBar.lua index 2e16201..e3f5041 100644 --- a/modules/MirrorBar.lua +++ b/modules/MirrorBar.lua @@ -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