From bd4802dec6ffbd94fe4271cf758d5549e753b889 Mon Sep 17 00:00:00 2001 From: Adrian L Lange Date: Mon, 21 Dec 2009 16:13:23 +0100 Subject: [PATCH] Fix the width of the castbar text --- oUF_P3lim.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/oUF_P3lim.lua b/oUF_P3lim.lua index da30bd2..131f961 100644 --- a/oUF_P3lim.lua +++ b/oUF_P3lim.lua @@ -215,6 +215,7 @@ local function style(self, unit) self.Castbar.Text = self.Castbar:CreateFontString(nil, 'OVERLAY', 'pfontleft') self.Castbar.Text:SetPoint('LEFT', 2, 0) + self.Castbar.Text:SetPoint('RIGHT', self.Castbar.Time) self.Castbar.Time = self.Castbar:CreateFontString(nil, 'OVERLAY', 'pfontright') self.Castbar.Time:SetPoint('RIGHT', -2, 0) -- 1.7.9.5