mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 05:07:45 +00:00
Taskbar: Tweak taskbar widget margins
Basically, nudge everything down 1 pixel.
This commit is contained in:
parent
6ba00ae5b9
commit
22d13d8b1a
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ TaskbarWindow::TaskbarWindow(NonnullRefPtr<GUI::Menu> start_menu)
|
|||
|
||||
auto& main_widget = set_main_widget<TaskbarWidget>();
|
||||
main_widget.set_layout<GUI::HorizontalBoxLayout>();
|
||||
main_widget.layout()->set_margins({ 3, 2, 3, 2 });
|
||||
main_widget.layout()->set_margins({ 3, 3, 3, 1 });
|
||||
|
||||
auto& start_button = main_widget.add<GUI::Button>("Serenity");
|
||||
start_button.set_font(Gfx::FontDatabase::default_bold_font());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue