From ece557036a9e90b15926a16552e4f6f3a3d19d21 Mon Sep 17 00:00:00 2001 From: Darthpred Date: Fri, 9 Nov 2012 18:02:36 +0400 Subject: [PATCH] 1 line instead of 2 --- ElvUI_SLE/modules/backgrounds/backgrounds.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ElvUI_SLE/modules/backgrounds/backgrounds.lua b/ElvUI_SLE/modules/backgrounds/backgrounds.lua index aaf4269..6c02635 100644 --- a/ElvUI_SLE/modules/backgrounds/backgrounds.lua +++ b/ElvUI_SLE/modules/backgrounds/backgrounds.lua @@ -68,8 +68,7 @@ end function BG:FramesSize() local db = E.db.sle.backgrounds for k,v in pairs(Fr) do - v[1]:SetWidth(db[v[2]].width) - v[1]:SetHeight(db[v[2]].height) + v[1]:SetSize(db[v[2]].width, db[v[2]].height) end end -- 1.7.9.5