From 80a77b33ba801ee66ca8d34cd24180aeb9d7a727 Mon Sep 17 00:00:00 2001 From: Darthpred Date: Thu, 5 Sep 2013 02:42:34 +0400 Subject: [PATCH] A little more tweaks --- ElvUI_SLE/modules/install/install.lua | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/ElvUI_SLE/modules/install/install.lua b/ElvUI_SLE/modules/install/install.lua index 919ac11..7c12a62 100755 --- a/ElvUI_SLE/modules/install/install.lua +++ b/ElvUI_SLE/modules/install/install.lua @@ -825,8 +825,6 @@ function E:DarthSetup() --The function to switch from classic ElvUI settings to E.db.nameplate.targetIndicator.height = 35 E.db.nameplate.targetIndicator.width = 35 - - --Auras-- E.db.auras.font = "ElvUI Font" @@ -845,6 +843,10 @@ function E:DarthSetup() --The function to switch from classic ElvUI settings to E.db.auras.consolidatedBuffs.font = "ElvUI Font" E.db.auras.consolidatedBuffs.filter = false + --Tooltip-- + E.db.tooltip.healthBar.font = "ElvUI Font" + E.db.tooltip.talentInfo = true + --Chat-- E.db.chat.editboxhistory = 10 E.db.chat.emotionIcons = false @@ -854,6 +856,7 @@ function E:DarthSetup() --The function to switch from classic ElvUI settings to E.db.chat.timeStampFormat = "%H:%M:%S " E.db.chat.whisperSound = "Whisper Alert" E.db.chat.fontOutline = "OUTLINE" + E.db.chat.tabFont = "ElvUI Font" E.db.chat.tabFontOutline = "OUTLINE" --Datatexts-- @@ -1451,8 +1454,8 @@ function E:DarthSetup() --The function to switch from classic ElvUI settings to E.db.movers.MinimapMover = "TOPRIGHTElvUIParentTOPRIGHT2-19" E.db.movers.UIBFrameMover = "TOPRIGHTElvUIParentTOPRIGHT-1-199" E.db.movers.WatchFrameMover = "TOPRIGHTElvUIParentTOPRIGHT-47-198" - E.db.movers.BossHeaderMover = "TOPLEFTElvUIParentTOPLEFT0-290" - E.db.movers.ArenaHeaderMover = "TOPLEFTElvUIParentTOPLEFT0-290" + E.db.movers.BossHeaderMover = "TOPLEFTElvUIParentTOPLEFT0-280" + E.db.movers.ArenaHeaderMover = "TOPLEFTElvUIParentTOPLEFT0-280" E.db.movers.PetBattleABMover = "BOTTOMElvUIParentBOTTOM019" E.db.movers.ShiftAB = "BOTTOMElvUIParentBOTTOM-16168" E.db.movers.ExperienceBarMover = "BOTTOMRIGHTElvUIParentBOTTOMRIGHT-42419" -- 1.7.9.5