Quantcast

blah

Darthpred [03-09-14 - 22:14]
blah
Filename
ElvUI_SLE/modules/backgrounds/options.lua
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