mirror of
https://github.com/Bluewhale1337/ElvUIModernized.git
synced 2026-09-11 09:30:20 +00:00
update np
This commit is contained in:
@@ -118,6 +118,10 @@ function mod:ConfigureElement_HealthBar(frame, configuring)
|
||||
local healthBar = frame.HealthBar
|
||||
|
||||
healthBar:SetPoint("TOP", frame, "CENTER", 0, self.db.units[frame.UnitType].castbar.height + 3)
|
||||
if self.db.motionType ~= "OVERLAP" then
|
||||
frame:GetParent():SetWidth(self.db.clickableWidth + ((E.PixelMode and 2) or 6))
|
||||
frame:GetParent():SetHeight(self.db.clickableHeight + self.db.units[frame.UnitType].castbar.height + 3)
|
||||
end
|
||||
frame:SetWidth(self.db.clickableWidth + ((E.PixelMode and 2) or 6))
|
||||
frame:SetHeight(self.db.clickableHeight + self.db.units[frame.UnitType].castbar.height + 3)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user