Skip to content

Commit

Permalink
Set button spacing step to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
ls- committed May 8, 2023
1 parent 307de35 commit b65b620
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ls_UI_Options/auras.lua
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ local function getAuraOptions(order, name, filter)
order = inc(1),
type = "range",
name = L["SPACING"],
min = 4, max = 24, step = 2,
min = 4, max = 24, step = 1,
},
width = {
order = inc(1),
Expand Down
2 changes: 1 addition & 1 deletion ls_UI_Options/auratracker.lua
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ function CONFIG:CreateAuraTrackerOptions(order)
order = inc(1),
type = "range",
name = L["SPACING"],
min = 4, max = 24, step = 2,
min = 4, max = 24, step = 1,
disabled = isModuleDisabled,
},
width = {
Expand Down
2 changes: 1 addition & 1 deletion ls_UI_Options/bars/bar.lua
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ function CONFIG:CreateBarOptions(order, barID, name)
order = inc(1),
type = "range",
name = L["SPACING"],
min = 4, max = 24, step = 2,
min = 4, max = 24, step = 1,
},
width = {
order = inc(1),
Expand Down

0 comments on commit b65b620

Please sign in to comment.