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