Skip to content

Commit

Permalink
Increase max xp bar size
Browse files Browse the repository at this point in the history
  • Loading branch information
ls- committed May 8, 2023
1 parent 021abb4 commit 7f8582c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ls_UI_Options/bars/core.lua
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@ function CONFIG:CreateActionBarsOptions(order)
order = inc(2),
type = "range",
name = L["WIDTH"],
min = 530, max = 1900, step = 2,
min = 256, max = 5120, step = 2,
disabled = isXPBarDisabledOrRestricted,
set = function(info, value)
if C.db.profile.bars.xpbar[info[#info]] ~= value then
Expand Down

0 comments on commit 7f8582c

Please sign in to comment.