diff --git a/system/ui/text.py b/system/ui/text.py index ce4e768309..6aa6a62ca8 100755 --- a/system/ui/text.py +++ b/system/ui/text.py @@ -10,7 +10,7 @@ from openpilot.system.ui.lib.application import gui_app MARGIN = 50 SPACING = 50 FONT_SIZE = 72 -LINE_HEIGHT = 64 +LINE_HEIGHT = 80 BUTTON_SIZE = rl.Vector2(310, 160) DEMO_TEXT = """This is a sample text that will be wrapped and scrolled if necessary.