- Now that the numeric class power frame is being placed via SetPoint instead of SetAllPoints, we don't have to worry about the parent frame's width being correct to avoid truncating the number string; so don't force-update the width on the parent frame any more.

- No longer explicitly setting the width on the class power numeric FontString either as we'll just allow it to size to the text instead.
This commit is contained in:
Parnic
2012-09-01 04:35:06 +00:00
parent d2aa315b8d
commit 348765ac00
2 changed files with 0 additions and 3 deletions

View File

@ -657,7 +657,6 @@ function IceClassPowerCounter.prototype:CreateRuneFrame()
-- create numeric runes
self.frame.numeric = self:FontFactory(self.moduleSettings.runeFontSize, self.frame, self.frame.numeric)
self.frame.numeric:SetWidth(100)
self.frame.numeric:SetJustifyH("CENTER")
self.frame.numeric:SetPoint("CENTER", self.frame, "CENTER", 0, self.moduleSettings.numericVerticalOffset)