mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 07:47:37 +00:00
ProcessManager: Move the memory stats widget under "Graphs" instead.
Making space for some new thingy under the process table view.
This commit is contained in:
parent
cd3463d2e3
commit
185ba4dc3f
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ int main(int argc, char** argv)
|
|||
auto* toolbar = new GToolBar(process_table_container);
|
||||
toolbar->set_has_frame(false);
|
||||
auto* process_table_view = new ProcessTableView(*cpu_graph, process_table_container);
|
||||
auto* memory_stats_widget = new MemoryStatsWidget(*memory_graph, process_table_container);
|
||||
auto* memory_stats_widget = new MemoryStatsWidget(*memory_graph, graphs_container);
|
||||
|
||||
auto* refresh_timer = new CTimer(1000, [&] {
|
||||
process_table_view->refresh();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue