UI: better double click on touch screens (#24400)

* UI: better double click on touch screens

* lower

* just right

Co-authored-by: Comma Device <device@comma.ai>
pull/24401/head
Adeeb Shihadeh 3 years ago committed by GitHub
parent 5b105facae
commit d7c6121ba8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      selfdrive/ui/ui

@ -2,4 +2,5 @@
cd "$(dirname "$0")"
export LD_LIBRARY_PATH="/system/lib64:$LD_LIBRARY_PATH"
export QT_PLUGIN_PATH="../../third_party/qt-plugins/$(uname -m)"
export QT_DBL_CLICK_DIST=150
exec ./_ui

Loading…
Cancel
Save