- properly set flash frame bar width

This commit is contained in:
Parnic
2009-02-26 01:10:38 +00:00
parent 4cf8741527
commit 2dba044681

View File

@ -133,7 +133,7 @@ function IceUnitBar.prototype:CreateFlashFrame()
end
self.flashFrame:SetFrameStrata("BACKGROUND")
self.flashFrame:SetWidth(self.settings.barWidth)
self.flashFrame:SetWidth(self.settings.barWidth + (self.moduleSettings.widthModifier or 0))
self.flashFrame:SetHeight(self.settings.barHeight)