Quantcast

Still copying stuff

Darthpred [11-08-12 - 05:44]
Still copying stuff
Filename
ElvUI_SLE/modules/install.lua
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