raylib: minor tweaks (#36507)

* try

* generic

* check

* why was this here?!
This commit is contained in:
Shane Smiskol
2025-10-27 19:59:35 -07:00
committed by GitHub
parent e754b738ad
commit 2d6df2e125
9 changed files with 22 additions and 17 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ class SetupWidget(Widget):
# Description
desc = tr("Pair your device with comma connect (connect.comma.ai) and claim your comma prime offer.")
light_font = gui_app.font(FontWeight.LIGHT)
light_font = gui_app.font(FontWeight.NORMAL)
wrapped = wrap_text(light_font, desc, 50, int(w))
for line in wrapped:
rl.draw_text_ex(light_font, line, rl.Vector2(x, y), 50, 0, rl.WHITE)