switched to a monospace font in the board util.

This commit is contained in:
UpstreamData
2022-02-22 11:01:00 -07:00
parent bb89be64f4
commit 128aab1b88
3 changed files with 10 additions and 6 deletions

View File

@@ -165,6 +165,7 @@ async def scan_and_get_data(network):
data = [
data_point["IP"],
data_point["model"],
(len(board_left) + len(board_center) + len(board_right)),
len(board_left),
board_left_chips,
len(board_center),

File diff suppressed because one or more lines are too long

View File

@@ -58,7 +58,7 @@ layout = [
max_col_width=15,
justification="center",
key="ip_table",
col_widths=[15, 13, 15, 15, 15, 28, 11],
col_widths=[15, 13, 15, 15, 12, 31, 11],
background_color="white",
text_color="black",
size=(135, 27),