switched to a monospace font in the board util.
This commit is contained in:
@@ -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
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user