1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 10:17:35 +00:00

SystemMonitor: Move TID to the front in ProcessModel

This will look much nicer once we enable that column.
This commit is contained in:
kleines Filmröllchen 2022-04-05 00:23:01 +02:00 committed by Andreas Kling
parent 4e8cb0508f
commit 9df21a1385

View file

@ -21,6 +21,7 @@ public:
enum Column { enum Column {
Icon = 0, Icon = 0,
PID, PID,
TID,
Name, Name,
CPU, CPU,
State, State,
@ -35,7 +36,6 @@ public:
Veil, Veil,
Processor, Processor,
Priority, Priority,
TID,
PPID, PPID,
PGID, PGID,
SID, SID,