Skip to content

Commit

Permalink
Move np cutaway back to framelevel 4 for @AcidWeb.
Browse files Browse the repository at this point in the history
  • Loading branch information
NihilisticPandemonium committed Jul 23, 2019
1 parent c603827 commit 4dedf9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ElvUI/Modules/Nameplates/Elements/Plugins.lua
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ function NP:Construct_Cutaway(nameplate)
Cutaway.Health:SetStatusBarTexture(E.Libs.LSM:Fetch("statusbar", NP.db.statusbar))
NP.StatusBars[Cutaway.Health] = true
end
Cutaway.Health:SetFrameLevel(5)
Cutaway.Health:SetFrameLevel(4)
Cutaway.Health:SetAllPoints()

Cutaway.Power = CreateFrame("StatusBar", nameplate:GetDebugName() .. "CutawayPower", nameplate.Power)
Expand All @@ -288,7 +288,7 @@ function NP:Construct_Cutaway(nameplate)
Cutaway.Power:SetStatusBarTexture(E.Libs.LSM:Fetch("statusbar", NP.db.statusbar))
NP.StatusBars[Cutaway.Power] = true
end
Cutaway.Power:SetFrameLevel(5)
Cutaway.Power:SetFrameLevel(4)
Cutaway.Power:SetAllPoints()

return Cutaway
Expand Down

0 comments on commit 4dedf9a

Please sign in to comment.