From 49c7b84b6f74d1b26697d93c6a25594abf998510 Mon Sep 17 00:00:00 2001 From: Darthpred Date: Wed, 13 Feb 2013 09:19:43 +0400 Subject: [PATCH] offaets are no longer needed in profile table --- ElvUI_SLE/config/profile.lua | 8 -------- 1 file changed, 8 deletions(-) diff --git a/ElvUI_SLE/config/profile.lua b/ElvUI_SLE/config/profile.lua index 9db650b..a5c8140 100644 --- a/ElvUI_SLE/config/profile.lua +++ b/ElvUI_SLE/config/profile.lua @@ -9,8 +9,6 @@ P['sle'] = { ['texture'] = "", ['width'] = E.screenwidth/4 + 32, ['height'] = E.screenheight/6 - 13, - ['xoffset'] = 0, - ['yoffset'] = 0, ['pethide'] = true, }, ['left'] = { @@ -19,8 +17,6 @@ P['sle'] = { ['texture'] = "", ['width'] = E.screenwidth/10 - 4, ['height'] = E.screenheight/5 + 11, - ['xoffset'] = 0, - ['yoffset'] = 0, ['pethide'] = true, }, ['right'] = { @@ -29,8 +25,6 @@ P['sle'] = { ['texture'] = "", ['width'] = E.screenwidth/10 - 4, ['height'] = E.screenheight/5 + 11, - ['xoffset'] = 0, - ['yoffset'] = 0, ['pethide'] = true, }, ['action'] = { @@ -39,8 +33,6 @@ P['sle'] = { ['texture'] = "", ['width'] = E.screenwidth/4 + 32, ['height'] = E.screenheight/20 + 5, - ['xoffset'] = 0, - ['yoffset'] = 0, ['pethide'] = true, }, }, -- 1.7.9.5