mirror of
https://github.com/RGBCube/serenity
synced 2025-05-19 00:25:07 +00:00
SystemMonitor: Shrink margins of main layout
This commit is contained in:
parent
8260cbf7bd
commit
fa0bab843a
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ int main(int argc, char** argv)
|
|||
auto& keeper = window->set_main_widget<GUI::Widget>();
|
||||
keeper.set_layout<GUI::VerticalBoxLayout>();
|
||||
keeper.set_fill_with_background_color(true);
|
||||
keeper.layout()->set_margins({ 4, 4, 4, 4 });
|
||||
keeper.layout()->set_margins({ 2, 2, 2, 2 });
|
||||
|
||||
auto& tabwidget = keeper.add<GUI::TabWidget>();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue