make the default drag threshold 1. it is smooth and feels and looks nice.
(also macos has it and i liked it.)
This commit is contained in:
parent
80b6d4ac5d
commit
7c33f45e09
1 changed files with 1 additions and 1 deletions
|
@ -311,7 +311,7 @@
|
|||
</keyboard>
|
||||
|
||||
<mouse>
|
||||
<dragThreshold>8</dragThreshold>
|
||||
<dragThreshold>1</dragThreshold>
|
||||
<!-- number of pixels the mouse must move before a drag begins -->
|
||||
<doubleClickTime>200</doubleClickTime>
|
||||
<!-- in milliseconds (1000 = 1 second) -->
|
||||
|
|
Loading…
Reference in a new issue