From 1e8421a1e75f938ee6d2c9db684a78ee7a1f3709 Mon Sep 17 00:00:00 2001 From: p3lim Date: Wed, 13 Oct 2010 20:50:43 +0200 Subject: [PATCH] Use different font flag --- oUF_P3lim.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/oUF_P3lim.lua b/oUF_P3lim.lua index cee3231..3d6ff2e 100644 --- a/oUF_P3lim.lua +++ b/oUF_P3lim.lua @@ -121,7 +121,7 @@ local UnitSpecific = { local info = self.Health:CreateFontString(nil, 'OVERLAY') info:SetPoint('CENTER') - info:SetFont(FONT, 8, 'OUTLINE') + info:SetFont(FONT, 8, 'OUTLINEMONOCHROME') self:Tag(info, '[p3lim:threat]') self:SetWidth(230) @@ -183,7 +183,7 @@ local function Shared(self, unit) local healthValue = health:CreateFontString(nil, 'OVERLAY') healthValue:SetPoint('RIGHT', health, -2, 0) - healthValue:SetFont(FONT, 8, 'OUTLINE') + healthValue:SetFont(FONT, 8, 'OUTLINEMONOCHROME') healthValue:SetJustifyH('RIGHT') healthValue.frequentUpdates = 1/4 self:Tag(healthValue, '[p3lim:health]') @@ -213,7 +213,7 @@ local function Shared(self, unit) if(unit ~= 'target') then local powerValue = health:CreateFontString(nil, 'OVERLAY') powerValue:SetPoint('LEFT', health, 2, 0) - powerValue:SetFont(FONT, 8, 'OUTLINE') + powerValue:SetFont(FONT, 8, 'OUTLINEMONOCHROME') powerValue:SetJustifyH('LEFT') powerValue.frequentUpdates = 0.1 self:Tag(powerValue, '[p3lim:power< ][p3lim:druid]') -- 1.7.9.5