More widgets stuff, cleaning code

This commit is contained in:
Insality
2024-11-19 23:06:57 +02:00
parent 37190684c4
commit c35dfc7066
36 changed files with 1494 additions and 508 deletions

View File

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