From d29c932eb7d1d326512569bbf9ade7290343fd53 Mon Sep 17 00:00:00 2001 From: Darthpred Date: Tue, 12 Feb 2013 14:28:04 +0400 Subject: [PATCH] comment out offset options for bg frames --- ElvUI_SLE/modules/backgrounds/options.lua | 32 ++++++++++++++--------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/ElvUI_SLE/modules/backgrounds/options.lua b/ElvUI_SLE/modules/backgrounds/options.lua index 3cb9ae7..d52df80 100644 --- a/ElvUI_SLE/modules/backgrounds/options.lua +++ b/ElvUI_SLE/modules/backgrounds/options.lua @@ -108,22 +108,22 @@ for k,v in pairs(drop) do type = "description", name = "", }, - xoffset = { - order = 4, - type = "range", - name = L['X Offset'], - desc = L["Sets X offset of the frame"], - min = -E.screenwidth/2, max = E.screenwidth/2, step = 1, - set = function(info, value) E.db.sle.backgrounds[v[1]].xoffset = value; BG:FramesPositions() end, - }, - yoffset = { - order = 5, - type = "range", - name = L['Y Offset'], - desc = L["Sets Y offset of the frame"], - min = -21, max = E.screenheight, step = 1, - set = function(info, value) E.db.sle.backgrounds[v[1]].yoffset = value; BG:FramesPositions() end, - }, + --xoffset = { + -- order = 4, + -- type = "range", + -- name = L['X Offset'], + -- desc = L["Sets X offset of the frame"], + -- min = -E.screenwidth/2, max = E.screenwidth/2, step = 1, + -- set = function(info, value) E.db.sle.backgrounds[v[1]].xoffset = value; BG:FramesPositions() end, + --}, + --yoffset = { + -- order = 5, + -- type = "range", + -- name = L['Y Offset'], + -- desc = L["Sets Y offset of the frame"], + -- min = -21, max = E.screenheight, step = 1, + -- set = function(info, value) E.db.sle.backgrounds[v[1]].yoffset = value; BG:FramesPositions() end, + --}, --Setting custom texture for those who like it texture = { order = 6, -- 1.7.9.5