From 9e3ba4f69f18bb5c8f07d2b1a77490a06931d8ad Mon Sep 17 00:00:00 2001 From: Darthpred Date: Tue, 18 Sep 2012 08:54:57 +0400 Subject: [PATCH] Portrait style setting in the install for the next Elv version --- ElvUI_SLE/core/install.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ElvUI_SLE/core/install.lua b/ElvUI_SLE/core/install.lua index 18fa27f..ed6d41b 100644 --- a/ElvUI_SLE/core/install.lua +++ b/ElvUI_SLE/core/install.lua @@ -714,6 +714,7 @@ function E:DarthSetup() --The function to switch from classic ElvUI settings to E.db.unitframe.units.player.pvp.text_format = "||cFFB04F4F[pvptimer]||r" E.db.unitframe.units.player.pvp.position = "BOTTOMLEFT" E.db.unitframe.units.player.portrait.enable = true + E.db.unitframe.units.player.portrait.style = "3D" E.db.unitframe.units.player.portrait.camDistanceScale = 1.5; E.db.unitframe.units.player.debuffs.enable = false; E.db.unitframe.units.player.castbar.format = 'CURRENTMAX'; @@ -738,6 +739,7 @@ function E:DarthSetup() --The function to switch from classic ElvUI settings to E.db.unitframe.units.target.name.text_format = "[name:medium] [smartlevel] [shortclassification]"; E.db.unitframe.units.target.name.position = 'TOPLEFT'; E.db.unitframe.units.target.portrait.enable = true + E.db.unitframe.units.target.portrait.style = "3D" E.db.unitframe.units.target.portrait.camDistanceScale = 1.5; E.db.unitframe.units.target.buffs.perrow = 9; E.db.unitframe.units.target.buffs.numrows = 2; -- 1.7.9.5