Skip to content

Commit

Permalink
remove font name instance
Browse files Browse the repository at this point in the history
  • Loading branch information
Lmh-java committed Jan 19, 2025
1 parent 7f097b0 commit afaf9a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/software/thunderscope/gl/layers/gl_world_layer.py
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ def __update_robot_graphics(
robot_id_graphics.resize(
len(robots),
lambda: GLTextItem(
font=QtGui.QFont("Roboto", 10, weight=700),
font=QtGui.QFont(THUNDERSCOPE_UI_FONT_NAME, 10, weight=700),
color=Colors.PRIMARY_TEXT_COLOR,
),
)
Expand Down

0 comments on commit afaf9a9

Please sign in to comment.