From db1dbf5426f0c71f171e799b7d664f03347ce936 Mon Sep 17 00:00:00 2001 From: Darthpred Date: Sat, 12 Oct 2013 16:18:14 +0400 Subject: [PATCH] Some tweaks to Repooc's install --- ElvUI_SLE/modules/install/install.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ElvUI_SLE/modules/install/install.lua b/ElvUI_SLE/modules/install/install.lua index 138eb98..2a715c3 100755 --- a/ElvUI_SLE/modules/install/install.lua +++ b/ElvUI_SLE/modules/install/install.lua @@ -1521,12 +1521,14 @@ function E:RepoocSetup() --The function to switch from classic ElvUI settings to -- E.db.general.backdropfadecolor = {["r"] = 0.054,["g"] = 0.054,["b"] = 0.054,} E.db.general.bordercolor = {["r"] = 0.31,["g"] = 0.31,["b"] = 0.31,} --5.4 E.db.general.bottomPanel = true --5.4 + E.db.general.experience.orientation = "VERTICAL" E.db.general.experience.height = 180 --5.4 E.db.general.experience.width = 10 --5.4 E.db.general.interruptAnnounce = "RAID" --5.4 E.db.general.minimap.locationText = "SHOW" --5.4 -- E.db.general.health = {} -- E.db.general.BUFFS = {} + E.db.general.reputation.orientation = "VERTICAL" E.db.general.reputation.height = 180 --5.4 E.db.general.reputation.orientation = "VERTICAL" --5.4 E.db.general.reputation.width = 10 --5.4 @@ -2031,6 +2033,8 @@ function E:RepoocSetup() --The function to switch from classic ElvUI settings to E.db.movers.TotemBarMover = "BOTTOMLEFTElvUIParentBOTTOMLEFT41219" E.db.movers.UIBFrameMover = "BOTTOMLEFTElvUIParentBOTTOMLEFT315178" E.db.movers.WatchFrameMover = "TOPLEFTElvUIParentTOPLEFT75-239" + E.db.movers.ExperienceBarMover = "BOTTOMRIGHTElvUIParentBOTTOMRIGHT-42619" + E.db.movers.ReputationBarMover = "BOTTOMRIGHTElvUIParentBOTTOMRIGHT-41419" if layout == 'dpsCaster' or layout == 'dpsMelee' or layout == 'tank' then E.db.movers.ElvUF_PartyMover = "BOTTOMLEFTElvUIParentBOTTOMLEFT7200" E.db.movers.ElvUF_Raid10Mover = "BOTTOMLEFTElvUIParentBOTTOMLEFT7200" -- 1.7.9.5