Fix the width of the castbar text
Adrian L Lange [12-21-09 - 15:13]
Fix the width of the castbar text
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)