From 92250894570bb7904be00e234c5d3ff6931567a7 Mon Sep 17 00:00:00 2001 From: Xinhuan Date: Fri, 31 Oct 2008 06:53:15 +0800 Subject: [PATCH] Fix minor issue where the TPS numbers are 1 pixel higher than the rest of the text on the threat bars. --- Omen.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Omen.lua b/Omen.lua index f3e5a23..1a3439a 100644 --- a/Omen.lua +++ b/Omen.lua @@ -908,7 +908,7 @@ do bar.Text2:SetNonSpaceWrap(false) bar.Text3 = bar:CreateFontString(nil, nil, "GameFontNormalSmall") - bar.Text3:SetPoint("LEFT", bar.Text1, "RIGHT", 0, 1) + bar.Text3:SetPoint("LEFT", bar.Text1, "RIGHT", 0, 0) bar.Text3:SetJustifyH("RIGHT") bar.Text3:SetFont(LSM:Fetch("font", db.Bar.Font), db.Bar.FontSize, db.Bar.FontOutline) bar.Text3:SetTextColor(color.r, color.g, color.b, color.a)