mirror of
https://github.com/Bluewhale1337/ElvUIModernized.git
synced 2026-07-27 08:24:44 +00:00
update
This commit is contained in:
@@ -55,9 +55,9 @@ function UF:Configure_Portrait(frame, dontHide)
|
||||
end
|
||||
|
||||
--portrait:SetAllPoints(frame.Health);
|
||||
portrait:SetWidth(frame.Health:GetWidth() - (frame.BORDER*2))
|
||||
portrait:SetHeight(frame.Health:GetHeight() - (frame.BORDER*2))
|
||||
portrait:SetPoint("TOPLEFT", frame.Health, "TOPLEFT", frame.BORDER, -frame.BORDER)
|
||||
portrait:SetWidth(frame.Health:GetWidth())
|
||||
portrait:SetHeight(frame.Health:GetHeight())
|
||||
portrait:SetPoint("TOPLEFT", frame.Health, "TOPLEFT", 0, -frame.BORDER)
|
||||
|
||||
portrait:SetAlpha(0.35);
|
||||
if(not dontHide) then
|
||||
|
||||
Reference in New Issue
Block a user