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.