mirror of
https://github.com/RGBCube/serenity
synced 2025-07-24 22:17:42 +00:00
ProcessManager: Use the same margins for both CPU and memory graph.
This commit is contained in:
parent
25bb7a59ac
commit
3d61c8ec09
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ int main(int argc, char** argv)
|
|||
|
||||
auto* memory_graph_group_box = new GGroupBox("Memory usage", graphs_container);
|
||||
memory_graph_group_box->set_layout(make<GBoxLayout>(Orientation::Vertical));
|
||||
memory_graph_group_box->layout()->set_margins({ 4, 16, 4, 4 });
|
||||
memory_graph_group_box->layout()->set_margins({ 6, 16, 6, 6 });
|
||||
tabwidget->add_widget("Graphs", graphs_container);
|
||||
memory_graph_group_box->set_size_policy(SizePolicy::Fill, SizePolicy::Fixed);
|
||||
memory_graph_group_box->set_preferred_size({ 0, 120 });
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue