1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 19:57: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 {
Icon = 0,
PID,
TID,
Name,
CPU,
State,
@ -35,7 +36,6 @@ public:
Veil,
Processor,
Priority,
TID,
PPID,
PGID,
SID,