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:
parent
e785dda3e7
commit
5ec121e194
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue