Skip to content

Commit

Permalink
Fixed ExpBar width
Browse files Browse the repository at this point in the history
  • Loading branch information
muleyo committed Jul 3, 2024
1 parent 51357ae commit 088865e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/Misc/_ExpBar.lua
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ function expBar:OnEnable()
-- Reposition Exp Bar
SUIExpBar:ClearAllPoints()
SUIExpBar:SetPoint("LEFT", SUIMainMenuBar, "LEFT", 0, -28)
SUIExpBar:SetWidth(SUIMainMenuBar:GetWidth() / 1.354)
SUIExpBar:SetWidth(SUIMainMenuBar:GetWidth() / 1.34)

SUIExpBarText:SetFont([[Fonts\ARIALN.TTF]], 12, 'OUTLINE')

Expand Down

0 comments on commit 088865e

Please sign in to comment.