Skip to content

Commit 5fac768

Browse files
committed
Use bold for bar labels
1 parent 9a3a77e commit 5fac768

2 files changed

Lines changed: 6132 additions & 1 deletion

File tree

PyPortal_UV_Index/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242

4343
CAPTION_FONT_FILE = cwd+'/fonts/Helvetica-Bold-16.bdf'
4444
TEXT_FONT_FILE = cwd+'/fonts/Helvetica-Bold-16.bdf'
45-
HOUR_FONT_FILE = cwd+'/fonts/Arial-12.bdf'
45+
HOUR_FONT_FILE = cwd+'/fonts/Arial-Bold-12.bdf'
4646

4747
def halt_and_catch_fire(message, *args):
4848
"""Log a critical error and stall the system."""

0 commit comments

Comments
 (0)