mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 12:48:10 +00:00
SystemMonitor: Condense process statistics displayed in processes tab
Previously, some non-default process statistics were displayed in a long human readable format in the processes tab, which could negatively affect readability. A shorter format is now used in the processes tab, while the process properties window retains the longer format.
This commit is contained in:
parent
c566ef2a9d
commit
7772637d03
3 changed files with 22 additions and 8 deletions
|
@ -50,7 +50,7 @@ public:
|
|||
}
|
||||
return m_target.column_name(index.row()).release_value_but_fixme_should_propagate_errors();
|
||||
}
|
||||
return m_target_index.sibling_at_column(index.row()).data();
|
||||
return m_target_index.sibling_at_column(index.row()).data(ProcessModel::DISPLAY_VERBOSE);
|
||||
}
|
||||
|
||||
if (role == GUI::ModelRole::Font) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue