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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user