diff --git a/modules/Shards.lua b/modules/Shards.lua index 23a367a..a156ab3 100644 --- a/modules/Shards.lua +++ b/modules/Shards.lua @@ -23,6 +23,8 @@ function ShardCounter.prototype:Enable(core) self:RegisterEvent("PLAYER_SPECIALIZATION_CHANGED", "UpdatePowerType") end self:UpdatePowerType() + + self.frame:SetWidth(self.runeWidth * self.numRunes) end function ShardCounter.prototype:UpdateRunePower(event, arg1, arg2)