Fix minor issue where the TPS numbers are 1 pixel higher than the rest of the text on the threat bars.

This commit is contained in:
Xinhuan
2008-10-31 06:53:15 +08:00
parent f5908550e1
commit 9225089457
+1 -1
View File
@@ -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)