mirror of
https://github.com/Insality/druid.git
synced 2025-11-26 19:00:50 +01:00
Decrease default drag dead zone to 4 pixels
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user