1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 12:38:12 +00:00

Applications: Tweak main layout spacing and background

This commit is contained in:
Andreas Kling 2020-04-23 18:21:23 +02:00
parent fa0bab843a
commit 0af5e0b9f8
5 changed files with 8 additions and 5 deletions

View file

@ -150,7 +150,7 @@ int main(int argc, char** argv)
widget.set_fill_with_background_color(true);
widget.set_layout<GUI::VerticalBoxLayout>();
widget.layout()->set_spacing(0);
widget.layout()->set_spacing(2);
StringBuilder path;
path.append(getenv("PATH"));