text: update font size and line height

pull/35031/head
Cameron Clough 1 week ago
parent 4f913f0cfb
commit 45c0a87efe
  1. 4
      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.

Loading…
Cancel
Save