From 45c0a87efe6a672dbe0d35db8c8789b552e45c69 Mon Sep 17 00:00:00 2001 From: Cameron Clough Date: Fri, 18 Apr 2025 01:15:54 +0100 Subject: [PATCH] text: update font size and line height --- 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 97d0ebcce9..0f6f628e37 100755 --- a/system/ui/text.py +++ b/system/ui/text.py @@ -7,8 +7,8 @@ from openpilot.system.ui.lib.application import gui_app MARGIN = 50 SPACING = 50 -FONT_SIZE = 60 -LINE_HEIGHT = 64 +FONT_SIZE = 72 +LINE_HEIGHT = 80 BUTTON_SIZE = rl.Vector2(310, 160) DEMO_TEXT = """This is a sample text that will be wrapped and scrolled if necessary.