From d470ebd0b1593dc0351a03860b4bd6c821504171 Mon Sep 17 00:00:00 2001 From: Adrian L Lange Date: Sat, 28 Apr 2012 20:14:05 +0200 Subject: [PATCH] Limit the name width --- oUF_P3lim.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/oUF_P3lim.lua b/oUF_P3lim.lua index 946d0c6..f9a79cd 100644 --- a/oUF_P3lim.lua +++ b/oUF_P3lim.lua @@ -154,6 +154,7 @@ local UnitSpecific = { party = function(self) local Name = self.Health:CreateFontString(nil, 'OVERLAY') Name:SetPoint('LEFT', 3, 0) + Name:SetPoint('RIGHT', self.HealthValue, 'LEFT') Name:SetFont(FONT, 8, 'OUTLINEMONOCHROME') Name:SetJustifyH('LEFT') self:Tag(Name, '[p3lim:unbuffed< ][p3lim:leader][raidcolor][name]') -- 1.7.9.5