mirror of
https://github.com/Insality/druid
synced 2025-06-27 02:17:52 +02:00
Decrease default drag dead zone to 4 pixels
This commit is contained in:
parent
6b8bbe1970
commit
ae33b08a6b
@ -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,
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user