Skip to content

Commit

Permalink
feat: tweak a little for text align
Browse files Browse the repository at this point in the history
  • Loading branch information
fang2hou committed Aug 12, 2024
1 parent dfdc914 commit 75b2650
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Modules/Skins/ElvUI/AltPowerBar.lua
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,15 @@ function S:ElvUI_AltPowerBar()
end

local bar = _G.ElvUI_AltPowerBar

if not bar then
return
end

self:CreateBackdropShadow(bar)

bar.text:ClearAllPoints()
bar.text:SetPoint("CENTER", bar, "CENTER", 0, 1)
end

S:AddCallback("ElvUI_AltPowerBar")

0 comments on commit 75b2650

Please sign in to comment.