Quantcast

Another install tweak

Darthpred [11-27-14 - 09:27]
Another install tweak
Filename
ElvUI_SLE/core/install.lua
diff --git a/ElvUI_SLE/core/install.lua b/ElvUI_SLE/core/install.lua
index ee33f30..fac09cb 100644
--- a/ElvUI_SLE/core/install.lua
+++ b/ElvUI_SLE/core/install.lua
@@ -25,7 +25,6 @@ function AI:DarthCaster()
 		E.db["movers"]["ElvUF_RaidMover"] = "BOTTOMLEFTElvUIParentBOTTOMLEFT0207"
 		E.db["movers"]["ElvUF_Raid40Mover"] = "BOTTOMLEFTElvUIParentBOTTOMLEFT0207"
 		E.db["movers"]["BossButton"] = "BOTTOMElvUIParentBOTTOM0168"
-		E.db["movers"]["RaidMarkerBarAnchor"] = "BOTTOMRIGHTElvUIParentBOTTOMRIGHT-565119"
 		E.db["movers"]["AlertFrameMover"] = "BOTTOMElvUIParentBOTTOM0234"
 		E.db["movers"]["ComboBarMover"] = nil
 		E.db["movers"]["ClassBarMover"] = nil
@@ -59,7 +58,6 @@ function AI:DarthTank()
 		E.db["movers"]["ElvUF_RaidMover"] = "BOTTOMLEFTElvUIParentBOTTOMLEFT0207"
 		E.db["movers"]["ElvUF_Raid40Mover"] = "BOTTOMLEFTElvUIParentBOTTOMLEFT0207"
 		E.db["movers"]["BossButton"] = "BOTTOMElvUIParentBOTTOM0168"
-		E.db["movers"]["RaidMarkerBarAnchor"] = "BOTTOMRIGHTElvUIParentBOTTOMRIGHT-565119"
 		E.db["movers"]["AlertFrameMover"] = "BOTTOMElvUIParentBOTTOM0234"
 		E.db["movers"]["ComboBarMover"] = nil
 		E.db["movers"]["ClassBarMover"] = nil
@@ -87,7 +85,6 @@ function AI:DarthPhys()
 		E.db["movers"]["ElvUF_RaidMover"] = "BOTTOMLEFTElvUIParentBOTTOMLEFT0207"
 		E.db["movers"]["ElvUF_Raid40Mover"] = "BOTTOMLEFTElvUIParentBOTTOMLEFT0207"
 		E.db["movers"]["BossButton"] = "BOTTOMElvUIParentBOTTOM0168"
-		E.db["movers"]["RaidMarkerBarAnchor"] = "BOTTOMRIGHTElvUIParentBOTTOMRIGHT-565119"
 		E.db["movers"]["AlertFrameMover"] = "BOTTOMElvUIParentBOTTOM0234"
 		E.db["movers"]["ComboBarMover"] = "BOTTOMElvUIParentBOTTOM0356"
 		E.db["movers"]["ClassBarMover"] = "BOTTOMElvUIParentBOTTOM0364"
@@ -129,7 +126,6 @@ function AI:DarthHeal()
 		E.db["movers"]["ElvUF_RaidMover"] = "BOTTOMLEFTElvUIParentBOTTOMLEFT768134"
 		E.db["movers"]["ElvUF_Raid40Mover"] = "BOTTOMLEFTElvUIParentBOTTOMLEFT768134"
 		E.db["movers"]["BossButton"] = "BOTTOMElvUIParentBOTTOM-31822"
-		E.db["movers"]["RaidMarkerBarAnchor"] = "BOTTOMRIGHTElvUIParentBOTTOMRIGHT-555116"
 		E.db["movers"]["AlertFrameMover"] = "BOTTOMLEFTElvUIParentBOTTOMLEFT198207"
 		E.db["movers"]["ComboBarMover"] = nil
 		E.db["movers"]["ClassBarMover"] = nil
@@ -449,8 +445,8 @@ function AI:DarthSetup() --The function to switch from classic ElvUI settings to
 		E.db["sle"]["combatico"]["pos"] = "BOTTOMLEFT"
 		E.db["sle"]["tooltip"]["showFaction"] = true
 		E.db["sle"]['raidmarkers']['visibility'] = 'INPARTY'
-		E.db["sle"]['raidmarkers']['buttonSize'] = 18
-		E.db["sle"]['raidmarkers']['orientation'] = 'VERTICAL'
+		E.db["sle"]['raidmarkers']['buttonSize'] = 16
+		E.db["sle"]['raidmarkers']['spacing'] = 1
 		E.db["sle"]['raidmarkers']['reverse'] = true
 		E.db["sle"]["uibuttons"]["yoffset"] = -2
 		E.db["sle"]["uibuttons"]["point"] = "TOPRIGHT"
@@ -497,6 +493,7 @@ function AI:DarthSetup() --The function to switch from classic ElvUI settings to
 		E.db["movers"]["ArenaHeaderMover"] = "TOPRIGHTElvUIParentTOPRIGHT0-202"
 		E.db["movers"]["BossHeaderMover"] = "TOPRIGHTElvUIParentTOPRIGHT0-202"
 		E.db["movers"]["TotemBarMover"] = "BOTTOMLEFTElvUIParentBOTTOMLEFT50123"
+		E.db["movers"]["RaidMarkerBarAnchor"] = "BOTTOMElvUIParentBOTTOM0114"
 	end

 	E.private["general"]["normTex"] = "Polished Wood"