mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-21 20:15:17 +00:00
SystemMonitor: Tweak bottom margin of the process table
This commit is contained in:
parent
8a605922bb
commit
6ecf90c6f8
Notes:
sideshowbarker
2024-07-19 09:26:34 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/6ecf90c6f87
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ int main(int argc, char** argv)
|
|||
tabwidget->add_widget("Network", network_stats_widget);
|
||||
|
||||
process_table_container->set_layout(make<GUI::VerticalBoxLayout>());
|
||||
process_table_container->layout()->set_margins({ 4, 0, 4, 4 });
|
||||
process_table_container->layout()->set_margins({ 4, 0, 4, 0 });
|
||||
process_table_container->layout()->set_spacing(0);
|
||||
|
||||
auto toolbar = GUI::ToolBar::construct(process_table_container);
|
||||
|
|
Loading…
Add table
Reference in a new issue