Quantcast

A little more tweaks

Darthpred [09-04-13 - 22:42]
A little more tweaks
Filename
ElvUI_SLE/modules/install/install.lua
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"