Quantcast

It was sooooooooooooooooo hard to fix it yourself, right?

Darthpred [10-29-14 - 14:11]
It was sooooooooooooooooo hard to fix it yourself, right?
Filename
ElvUI_SLE/options/media_c.lua
diff --git a/ElvUI_SLE/options/media_c.lua b/ElvUI_SLE/options/media_c.lua
index bc3a1dd..4753b32 100644
--- a/ElvUI_SLE/options/media_c.lua
+++ b/ElvUI_SLE/options/media_c.lua
@@ -513,12 +513,14 @@ local function configTable()
 									["CENTER"] = L['Center']
 								},
 							},
-							--height = {
-							--	order = 4,
-							--	name = L["Panel Height"],
-							--	type = "range",
-							--	min = 130, max = E.screenheight/6, step = 1,
-							--},
+							height = {
+								order = 4,
+								name = L["Panel Height"],
+								type = "range",
+								min = 120, max = 200, step = 1,
+								get = function(info) return E.db.sle.media.screensaver.height end,
+								set = function(info, value) E.db.sle.media.screensaver.height = value end,
+							},
 							width = {
 								order = 5,
 								name = L["Width"],