fonts: revert combat fontsize to wow defaults

This commit is contained in:
shagu
2017-12-21 23:41:07 +01:00
parent 57909e5670
commit e5e2aeda65
+1 -1
View File
@@ -63,7 +63,7 @@ function pfUI.environment:UpdateFonts()
InvoiceTextFontNormal:SetFont(pfUI.font_default, 12)
InvoiceTextFontSmall:SetFont(pfUI.font_default, 12)
ChatFontNormal:SetFont(pfUI.font_default, 13, "OUTLINE")
CombatTextFont:SetFont(pfUI.font_combat, 22)
CombatTextFont:SetFont(pfUI.font_combat, 25)
end
-- run environment update