From a270d70fdc3e848449ff858a0ba40c9d83d8d716 Mon Sep 17 00:00:00 2001 From: Darthpred Date: Wed, 22 Apr 2015 22:11:55 +0400 Subject: [PATCH] Increase limits on instance text offset --- ElvUI_SLE/options/minimap_c.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ElvUI_SLE/options/minimap_c.lua b/ElvUI_SLE/options/minimap_c.lua index 7dd357f..aefd839 100644 --- a/ElvUI_SLE/options/minimap_c.lua +++ b/ElvUI_SLE/options/minimap_c.lua @@ -184,14 +184,14 @@ local function configTable() order = 3, type = 'range', name = L['X-Offset'], - min = -50, max = 100, step = 1, + min = -300, max = 300, step = 1, disabled = function() return not E.private.general.minimap.enable or not E.db.sle.minimap.instance.enable end, }, yoffset = { order = 4, type = 'range', name = L['Y-Offset'], - min = -50, max = 100, step = 1, + min = -300, max = 300, step = 1, disabled = function() return not E.private.general.minimap.enable or not E.db.sle.minimap.instance.enable end, }, fontGroup = { -- 1.7.9.5