Skip to content

Commit

Permalink
Update Party.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
liwalsh authored Nov 10, 2024
1 parent 6da3415 commit 2fde701
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Modules/UnitFrames/Groups/Party.lua
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ function UF:Construct_PartyFrames()

self.RaisedElementParent = CreateFrame("Frame", nil, self)
self.RaisedElementParent.TextureParent = CreateFrame("Frame", nil, self.RaisedElementParent)
self.RaisedElementParent:SetFrameLevel(self:GetFrameLevel() + 100)
self.RaisedElementParent:SetFrameLevel(self:GetFrameLevel() + 125)
self.BORDER = E.Border
self.SPACING = E.Spacing
self.SHADOW_SPACING = 3
Expand Down Expand Up @@ -326,4 +326,4 @@ function UF:Update_PartyFrames(frame, db)
frame:UpdateAllElements("ForceUpdate")
end

UF.headerstoload.party = {nil, "ELVUI_UNITPET, ELVUI_UNITTARGET"}
UF.headerstoload.party = {nil, "ELVUI_UNITPET, ELVUI_UNITTARGET"}

0 comments on commit 2fde701

Please sign in to comment.