From 20809f2b9d52130ed81e9d85c8608a9e23b5072d Mon Sep 17 00:00:00 2001 From: Cameron Clough Date: Fri, 25 Apr 2025 01:15:23 +0100 Subject: [PATCH] bigger font --- system/ui/text.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system/ui/text.py b/system/ui/text.py index f270c591de..2e513e4be3 100755 --- a/system/ui/text.py +++ b/system/ui/text.py @@ -11,8 +11,8 @@ from openpilot.system.ui.lib.application import gui_app MARGIN = 8 SPACING = 12 -FONT_SIZE = 50 -LINE_HEIGHT = 58 +FONT_SIZE = 64 +LINE_HEIGHT = 72 BUTTON_SIZE = rl.Vector2(290, 160) DEMO_TEXT = """selfdrive/ui/ui.cc:23:12: error: unused variable 'scene' [-Werror,-Wunused-variable]