mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 03:57:43 +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:
parent
4e8cb0508f
commit
9df21a1385
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue