From dbda4e2abcd00eacb0c7d286c87da4e32b1c4352 Mon Sep 17 00:00:00 2001 From: Darthpred Date: Wed, 29 Oct 2014 18:11:36 +0400 Subject: [PATCH] It was sooooooooooooooooo hard to fix it yourself, right? --- ElvUI_SLE/options/media_c.lua | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) 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"], -- 1.7.9.5