Skip to content

Commit

Permalink
Merge pull request #41 from berno22/patch-4
Browse files Browse the repository at this point in the history
Update ui.hpp
  • Loading branch information
cfranyota authored Feb 26, 2020
2 parents 6c6a06c + 1df342f commit dcfecda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selfdrive/ui/ui.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit dcfecda

Please sign in to comment.