Skip to content

Commit

Permalink
Decrease default drag dead zone to 4 pixels
Browse files Browse the repository at this point in the history
  • Loading branch information
Insality committed Dec 23, 2024
1 parent 6b8bbe1 commit ae33b08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion druid/styles/default/style.lua
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ M["hover"] = {
}

M["drag"] = {
DRAG_DEADZONE = 10, -- Size in pixels of drag deadzone
DRAG_DEADZONE = 4, -- Size in pixels of drag deadzone
NO_USE_SCREEN_KOEF = false,
}

Expand Down

0 comments on commit ae33b08

Please sign in to comment.