From 4697c255076a9deb571ceeb27060ad923044d620 Mon Sep 17 00:00:00 2001 From: Darthpred Date: Mon, 10 Mar 2014 02:14:44 +0400 Subject: [PATCH] blah --- ElvUI_SLE/modules/backgrounds/options.lua | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ElvUI_SLE/modules/backgrounds/options.lua b/ElvUI_SLE/modules/backgrounds/options.lua index 7dae5d2..ee8f7ad 100755 --- a/ElvUI_SLE/modules/backgrounds/options.lua +++ b/ElvUI_SLE/modules/backgrounds/options.lua @@ -2,11 +2,11 @@ local BG = E:GetModule('BackGrounds') local function configTable() local drop = { - --Group name = {short name, order, minimum width} - ["Bottom BG"] = {"bottom", 1, 200}, - ["Left BG"] = {"left", 2, 150}, - ["Right BG"] = {"right", 3, 150}, - ["Actionbar BG"] = {"action", 4, 200}, + --Group name = {short name, order} + ["Bottom BG"] = {"bottom", 1}, + ["Left BG"] = {"left", 2}, + ["Right BG"] = {"right", 3}, + ["Actionbar BG"] = {"action", 4}, } --Options for additional background frames. Main group -- 1.7.9.5