Make Infoscreens the correct height

This commit is contained in:
Daniel Lange
2021-01-11 12:53:07 +01:00
parent 8502f4e64f
commit 1ffe5d79bd
4 changed files with 4 additions and 4 deletions

View File

@ -74,7 +74,7 @@ OpenFilesScreen* OpenFilesScreen_new(const Process* process) {
} else {
this->pid = process->pid;
}
return (OpenFilesScreen*) InfoScreen_init(&this->super, process, NULL, LINES - 3, " FD TYPE MODE DEVICE SIZE NODE NAME");
return (OpenFilesScreen*) InfoScreen_init(&this->super, process, NULL, LINES - 2, " FD TYPE MODE DEVICE SIZE NODE NAME");
}
void OpenFilesScreen_delete(Object* this) {