SystemMonitor: Only show the most important process stats by default

You can still enable additional columns via the context menu, and this
gives us a much more focused default interface.
This commit is contained in:
Andreas Kling
2021-04-05 13:36:43 +02:00
parent 52de9b1753
commit 6902adbb84
3 changed files with 21 additions and 11 deletions

View File

@@ -99,7 +99,7 @@ String ProcessModel::column_name(int column) const
case Column::Physical:
return "Physical";
case Column::DirtyPrivate:
return "DirtyP";
return "Private";
case Column::CleanInode:
return "CleanI";
case Column::PurgeableVolatile: