From db8e47c02e0e2f79c9bf5d5c45620f2e6ace0c21 Mon Sep 17 00:00:00 2001 From: Darthpred Date: Sat, 16 Mar 2013 13:27:43 +0400 Subject: [PATCH] Lol typo in healer layout focus and focus target width --- ElvUI_SLE/modules/install/install.lua | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/ElvUI_SLE/modules/install/install.lua b/ElvUI_SLE/modules/install/install.lua index 6539d8e..9f97d48 100755 --- a/ElvUI_SLE/modules/install/install.lua +++ b/ElvUI_SLE/modules/install/install.lua @@ -1045,24 +1045,23 @@ function E:DarthSetup() --The function to switch from classic ElvUI settings to --Focus if layout == "healer" then E.db.unitframe.units.focus.height = 34 + E.db.unitframe.units.focus.width = 170 + E.db.unitframe.units.focus.castbar.width = 170 else E.db.unitframe.units.focus.height = 50 + E.db.unitframe.units.focus.width = 190 + E.db.unitframe.units.focus.castbar.width = 190 end E.db.unitframe.units.focus.health.position = 'BOTTOMRIGHT' E.db.unitframe.units.focus.power.width = "inset" E.db.unitframe.units.focus.debuffs.sizeOverride = 22 E.db.unitframe.units.focus.debuffs.anchorPoint = "TOPLEFT" E.db.unitframe.units.focus.castbar.format = 'CURRENTMAX' - if layout == "healer" then - E.db.unitframe.units.focus.castbar.width = 179 - else - E.db.unitframe.units.focus.castbar.width = 190 - end --Focus Target E.db.unitframe.units.focustarget.enable = true if layout == "healer" then - E.db.unitframe.units.focustarget.width = 179 + E.db.unitframe.units.focustarget.width = 122 else E.db.unitframe.units.focustarget.width = 190 end -- 1.7.9.5