oUF sets the parent, no need to do it again
Adrian L Lange [12-27-09 - 02:48]
oUF sets the parent, no need to do it again
diff --git a/oUF_P3lim.lua b/oUF_P3lim.lua
index dde31e1..2e4878b 100644
--- a/oUF_P3lim.lua
+++ b/oUF_P3lim.lua
@@ -356,8 +356,8 @@ end
oUF:RegisterStyle('P3lim', style)
oUF:SetActiveStyle('P3lim')
-oUF:Spawn('player'):SetPoint('CENTER', UIParent, -220, -250)
-oUF:Spawn('target'):SetPoint('CENTER', UIParent, 220, -250)
+oUF:Spawn('player'):SetPoint('CENTER', -220, -250)
+oUF:Spawn('target'):SetPoint('CENTER', 220, -250)
oUF:Spawn('targettarget'):SetPoint('BOTTOMRIGHT', oUF.units.target, 'TOPRIGHT', 0, 5)
oUF:Spawn('focus'):SetPoint('BOTTOMLEFT', oUF.units.player, 'TOPLEFT', 0, 5)
oUF:Spawn('pet'):SetPoint('RIGHT', oUF.units.player, 'LEFT', -25, 0)