From 81f88aa9e51f1d5f6598ce27c8edff667b4d5506 Mon Sep 17 00:00:00 2001 From: Darthpred Date: Thu, 8 Nov 2012 09:44:50 +0400 Subject: [PATCH] Still copying stuff --- ElvUI_SLE/modules/install.lua | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/ElvUI_SLE/modules/install.lua b/ElvUI_SLE/modules/install.lua index 94f2a0a..f62abe6 100644 --- a/ElvUI_SLE/modules/install.lua +++ b/ElvUI_SLE/modules/install.lua @@ -444,7 +444,7 @@ function E:SetupLayout(layout, noDataReset) E.db.unitframe.units.party.health.position = 'BOTTOM'; E.db.unitframe.units.party.health.orientation = 'VERTICAL'; E.db.unitframe.units.party.name.position = 'TOP'; - E.db.unitframe.units.party.name.length = "SHORT"; + E.db.unitframe.units.party.name.text_format = "[namecolor][name:medium]"; E.db.unitframe.units.party.debuffs.anchorPoint = 'BOTTOMLEFT'; E.db.unitframe.units.party.debuffs.initialAnchor = 'TOPLEFT'; E.db.unitframe.units.party.debuffs.useFilter = 'Blacklist'; @@ -502,6 +502,14 @@ function E:SetupLayout(layout, noDataReset) else if not noDataReset then E:ResetMovers('') + if E.private.general.pixelPerfect then + if not E.db.movers then E.db.movers = {}; end + E.db.movers["ElvUF_PetMover"] = "BOTTOMElvUIParentBOTTOM0104" + E.db.movers["AurasMover"] = "TOPRIGHTElvUIParentTOPRIGHT-221-5" + E.db.movers["ElvUF_TargetTargetMover"] = "BOTTOMElvUIParentBOTTOM064" + E.db.movers["ElvUF_PlayerMover"] = "BOTTOMElvUIParentBOTTOM-27865" + E.db.movers["ElvUF_TargetMover"] = "BOTTOMElvUIParentBOTTOM27864" + end end end -- 1.7.9.5