From 1df342f1385022dcde914e225c9577d3323cce57 Mon Sep 17 00:00:00 2001 From: berno22 Date: Tue, 25 Feb 2020 19:28:59 -0500 Subject: [PATCH] Update ui.hpp --- selfdrive/ui/ui.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selfdrive/ui/ui.hpp b/selfdrive/ui/ui.hpp index 3707c2582abb48..64d32c65c199dd 100644 --- a/selfdrive/ui/ui.hpp +++ b/selfdrive/ui/ui.hpp @@ -51,7 +51,7 @@ const int vwp_h = 1080; const int nav_w = 640; const int nav_ww= 760; const int sbr_w = 300; -const int bdr_s = 0; +const int bdr_s = 30; const int box_x = sbr_w+bdr_s; const int box_y = bdr_s; const int box_w = vwp_w-sbr_w-(bdr_s*2);