From d7c6121ba826a0646db8fadf9bd0b89f153c5576 Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Mon, 2 May 2022 19:18:50 -0700 Subject: [PATCH] UI: better double click on touch screens (#24400) * UI: better double click on touch screens * lower * just right Co-authored-by: Comma Device --- selfdrive/ui/ui | 1 + 1 file changed, 1 insertion(+) diff --git a/selfdrive/ui/ui b/selfdrive/ui/ui index 68c8c2cad5..16ddbab050 100755 --- a/selfdrive/ui/ui +++ b/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