summaryrefslogtreecommitdiffstats
path: root/ProcessLocksScreen.c
diff options
context:
space:
mode:
authorDaniel Lange <DLange@git.local>2021-01-11 12:53:07 +0100
committerDaniel Lange <DLange@git.local>2021-01-11 12:53:07 +0100
commit1ffe5d79bd1285ee148f8dd7a95a383d83ba4473 (patch)
tree7b1b756b8961a93f7a73a75643dd27da8301109e /ProcessLocksScreen.c
parent8502f4e64f61ab6b8b60203e2ed92a26138d750d (diff)
Make Infoscreens the correct height
Diffstat (limited to 'ProcessLocksScreen.c')
-rw-r--r--ProcessLocksScreen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ProcessLocksScreen.c b/ProcessLocksScreen.c
index 3e7762a2..57596156 100644
--- a/ProcessLocksScreen.c
+++ b/ProcessLocksScreen.c
@@ -27,7 +27,7 @@ ProcessLocksScreen* ProcessLocksScreen_new(const Process* process) {
this->pid = process->tgid;
else
this->pid = process->pid;
- return (ProcessLocksScreen*) InfoScreen_init(&this->super, process, NULL, LINES-3, " ID TYPE EXCLUSION READ/WRITE DEVICE:INODE START END FILENAME");
+ return (ProcessLocksScreen*) InfoScreen_init(&this->super, process, NULL, LINES - 2, " ID TYPE EXCLUSION READ/WRITE DEVICE:INODE START END FILENAME");
}
void ProcessLocksScreen_delete(Object* this) {

© 2014-2024 Faster IT GmbH | imprint | privacy policy