Skip to content

Commit

Permalink
fixed a small ui issue
Browse files Browse the repository at this point in the history
  • Loading branch information
FedeDP committed Jul 13, 2016
1 parent eb673cb commit e8d5159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui.c
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,7 @@ static void show_stat(int init, int end, int win) {
if (ps[win].mode == device_) {
#ifdef SYSTEMD_PRESENT
show_devices_stat(i, win, str);
col = ps[win].mywin.width - strlen(str) - cont;
col = ps[win].mywin.width - strlen(str) - 1;
if (col < 0) {
col = 4;
}
Expand Down

0 comments on commit e8d5159

Please sign in to comment.