wpilibsuite / 2024Beta

Repository for Beta Testing of 2024 Software
32 stars 5 forks source link

DriverStation - Inconsistent font usage #61

Open gerth2 opened 8 months ago

gerth2 commented 8 months ago

Low priority, but documenting here for reference.... While attempting to make some... obvious.... warning messages for users, we noticed inconsistency in how fonts were used when displaying the roboRIO's stdout/stderr streams:

Driver Station itself uses variable-width font.

image

Log File Viewer uses variable-width font:

image

Message console uses fixed-width font:

image

Obviously not a functional issue, we'll find another way to make the messages obvious. But, supporting some creative monospace things would be nice in the future.

Thanks!

Chris