From 9df21a1385da4ba27f7ee4f85ffbe65ff5765346 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?kleines=20Filmr=C3=B6llchen?= Date: Tue, 5 Apr 2022 00:23:01 +0200 Subject: [PATCH] SystemMonitor: Move TID to the front in ProcessModel This will look much nicer once we enable that column. --- Userland/Applications/SystemMonitor/ProcessModel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Userland/Applications/SystemMonitor/ProcessModel.h b/Userland/Applications/SystemMonitor/ProcessModel.h index 274fdf288e..e076ccaa32 100644 --- a/Userland/Applications/SystemMonitor/ProcessModel.h +++ b/Userland/Applications/SystemMonitor/ProcessModel.h @@ -21,6 +21,7 @@ public: enum Column { Icon = 0, PID, + TID, Name, CPU, State, @@ -35,7 +36,6 @@ public: Veil, Processor, Priority, - TID, PPID, PGID, SID,