From 99436bf26da8c888d9e80d6f17bb08f4145c75c7 Mon Sep 17 00:00:00 2001 From: Adrian L Lange Date: Tue, 16 Feb 2010 18:50:34 +0100 Subject: [PATCH] Add space for one more debuff on focus and tot frames --- oUF_P3lim.lua | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/oUF_P3lim.lua b/oUF_P3lim.lua index a242293..fbd43a1 100644 --- a/oUF_P3lim.lua +++ b/oUF_P3lim.lua @@ -136,10 +136,10 @@ local function Style(self, unit) if(slimUnit) then local debuffs = CreateFrame('Frame', nil, self) - debuffs:SetHeight(20) - debuffs:SetWidth(44) - debuffs.num = 2 - debuffs.size = 20 + debuffs:SetHeight(19) + debuffs:SetWidth(66) + debuffs.num = 3 + debuffs.size = 19 debuffs.spacing = 4 debuffs.PostCreateIcon = PostCreateAura @@ -157,7 +157,7 @@ local function Style(self, unit) self.Debuffs = debuffs self:SetAttribute('initial-height', 19) - self:SetAttribute('initial-width', 182) + self:SetAttribute('initial-width', 161) else local power = CreateFrame('StatusBar', nil, self) power:SetPoint('BOTTOMRIGHT') @@ -341,6 +341,6 @@ oUF:SetActiveStyle('P3lim') oUF:Spawn('player'):SetPoint('CENTER', -220, -250) oUF:Spawn('pet'):SetPoint('CENTER', -410, -250) -oUF:Spawn('focus'):SetPoint('CENTER', -244, -225) +oUF:Spawn('focus'):SetPoint('CENTER', -255, -225) oUF:Spawn('target'):SetPoint('CENTER', 220, -250) -oUF:Spawn('targettarget'):SetPoint('CENTER', 244, -225) +oUF:Spawn('targettarget'):SetPoint('CENTER', 254, -225) -- 1.7.9.5