Increase spacing between nail boxes to prevent bleeding
- Increased gap from 2 to 5 spaces between NAIL 1 and NAIL 2 boxes - Prevents right-side text from bleeding into left side - Better visual separation and clarity - Deployed and verified on Pi
This commit is contained in:
@@ -281,7 +281,7 @@ class StatusDisplay:
|
|||||||
Colors.CYAN, Colors.RESET))
|
Colors.CYAN, Colors.RESET))
|
||||||
|
|
||||||
for n1_line, n2_line in zip(nail1_lines, nail2_lines):
|
for n1_line, n2_line in zip(nail1_lines, nail2_lines):
|
||||||
# Pad lines to 24 chars for each box
|
# Pad lines to 24 chars for each box with 5 spaces between
|
||||||
n1_padded = "{:<24}".format(n1_line[:24])
|
n1_padded = "{:<24}".format(n1_line[:24])
|
||||||
n2_padded = "{:<24}".format(n2_line[:24])
|
n2_padded = "{:<24}".format(n2_line[:24])
|
||||||
lines.append("{}│ {} │ │ {} │{}".format(
|
lines.append("{}│ {} │ │ {} │{}".format(
|
||||||
|
|||||||
Reference in New Issue
Block a user