From 058aef1c7fcf55f758efe20fa6546faa8d676534 Mon Sep 17 00:00:00 2001 From: Adrian Lund-Lange Date: Wed, 18 Jan 2012 03:17:20 +0100 Subject: [PATCH] Point the focus and tot frame off its next-of-kin to avoid issues with multisampling ruining the backdrop --- oUF_P3lim.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/oUF_P3lim.lua b/oUF_P3lim.lua index e6bc1dd..05707bd 100644 --- a/oUF_P3lim.lua +++ b/oUF_P3lim.lua @@ -342,9 +342,9 @@ oUF:RegisterStyle('P3lim', Shared) oUF:Factory(function(self) self:SetActiveStyle('P3lim') self:Spawn('player'):SetPoint('CENTER', -300, -250) - self:Spawn('focus'):SetPoint('CENTER', -335, -225) + self:Spawn('focus'):SetPoint('TOPLEFT', oUF_P3limPlayer, 0, 26) self:Spawn('target'):SetPoint('CENTER', 300, -250) - self:Spawn('targettarget'):SetPoint('CENTER', 334, -225) + self:Spawn('targettarget'):SetPoint('TOPRIGHT', oUF_P3limTarget, 0, 26) if(select(2, UnitClass'player') == 'SHAMAN') then return end self:SpawnHeader(nil, nil, 'party,raid10', -- 1.7.9.5