Skip to content

Commit

Permalink
Set min y padding to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
ls- committed Mar 25, 2024
1 parent 2a6c385 commit d97d249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ls_Glass/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ function E:OnInitialize()
order = 3,
type = "range",
name = L["Y_PADDING"],
min = 1, max = 10, step = 1,
min = 0, max = 10, step = 1,
set = function(_, value)
if C.db.profile.chat.y_padding ~= value then
C.db.profile.chat.y_padding = value
Expand Down

0 comments on commit d97d249

Please sign in to comment.