From 077416b1de1674087cd748d8cf097ab79c3e9c3e Mon Sep 17 00:00:00 2001 From: Repooc Date: Wed, 14 Nov 2012 08:10:19 -0500 Subject: [PATCH] Some Background Panels adjustment for pp install. Signed-off-by: Repooc --- ElvUI_SLE/modules/install.lua | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/ElvUI_SLE/modules/install.lua b/ElvUI_SLE/modules/install.lua index 29fe8f0..198bcff 100644 --- a/ElvUI_SLE/modules/install.lua +++ b/ElvUI_SLE/modules/install.lua @@ -237,9 +237,12 @@ function E:SetupTheme(theme, noDisplayMsg, noPopup) E.db.actionbar.barPet.buttonsize = 32; E.db.sle.datatext.top.width = (E.screenwidth/5); - E.db.sle.datatext.dp5.width = (E.screenwidth/4 - 26); - E.db.sle.datatext.dp6.width = (E.screenwidth/4 - 26); - + E.db.sle.datatext.dp5.width = (E.screenwidth/4 - 57); + E.db.sle.datatext.dp6.width = (E.screenwidth/4 - 57); + E.db.sle.backgrounds.left.xoffset = 1; + E.db.sle.backgrounds.right.xoffset = -1; + E.db.sle.backgrounds.bottom.height = (E.screenheight/6 - 12); + E.db.unitframe.units.player.classbar.fill = 'fill'; E.db.unitframe.units.target.combobar.fill = 'fill'; -- 1.7.9.5