Update glances.py

correction of min offset
pull/277/head^2
fraoustin 2013-08-22 10:12:41 +02:00
parent e5a7935d32
commit c8dd63ab09
1 changed files with 1 additions and 1 deletions

View File

@ -2522,7 +2522,7 @@ class glancesScreen:
# compute x offset
if tag_percpu:
offset_x = max(0,(len(percpu) - 3)) * 8
offset_x = max(16,(len(percpu) - 3)) * 8
elif tag_extendedcpu:
offset_x = 16
else: