mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 06:40:13 -05:00
- properly set flash frame bar width
This commit is contained in:
@ -133,7 +133,7 @@ function IceUnitBar.prototype:CreateFlashFrame()
|
|||||||
end
|
end
|
||||||
|
|
||||||
self.flashFrame:SetFrameStrata("BACKGROUND")
|
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)
|
self.flashFrame:SetHeight(self.settings.barHeight)
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user