- Player detail window now has bigger lines (16 pixels to 20).

- Renamed the Group DPS window title to Real Time Group DPS.
- Framework update.
This commit is contained in:
Tercio
2018-10-09 18:43:05 -03:00
parent c228e85acf
commit 98b28ee05b
6 changed files with 262 additions and 178 deletions
+1 -1
View File
@@ -5230,7 +5230,7 @@ local CreateCurrentDpsFrame = function (parent, name)
--> labels for mythic dungeon / group party
local labelGroupDamage = f:CreateFontString (nil, "overlay", "GameFontNormal")
labelGroupDamage:SetText ("Group DPS")
labelGroupDamage:SetText ("Real Time Group DPS")
DF:SetFontSize (labelGroupDamage, 14)
DF:SetFontOutline (labelGroupDamage, "NONE")