1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 23:47:45 +00:00

Taskbar: Tweak margins to look just right.

This commit is contained in:
Andreas Kling 2019-04-04 01:51:11 +02:00
parent e785dda3e7
commit 5ec121e194

View file

@ -11,7 +11,7 @@ TaskbarWidget::TaskbarWidget(WindowList& window_list, GWidget* parent)
{
set_fill_with_background_color(true);
set_layout(make<GBoxLayout>(Orientation::Horizontal));
layout()->set_margins({ 0, 3, 0, 3 });
layout()->set_margins({ 3, 2, 3, 2 });
layout()->set_spacing(3);
set_frame_thickness(1);