We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c08bb7 commit ba4ea94Copy full SHA for ba4ea94
library/stats.py
@@ -431,7 +431,7 @@ def stats():
431
virtual_used_text = f"{int(virtual_used / 1000000)}"
432
if THEME_DATA['STATS']['MEMORY']['VIRTUAL']['USED'].get("SHOW_UNIT", True):
433
virtual_used_text += " M"
434
- virtual_used_text = f"{virtual_used_text:<6}"
+ virtual_used_text = f"{virtual_used_text:<8}"
435
436
display.lcd.DisplayText(
437
text=virtual_used_text,
0 commit comments