Quantcast

Some Background Panels adjustment for pp install.

Repooc [11-14-12 - 13:10]
Some Background Panels adjustment for pp install.

Signed-off-by: Repooc <repooc@tukui.org>
Filename
ElvUI_SLE/modules/install.lua
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';