mirror of
https://github.com/RGBCube/serenity
synced 2025-06-01 02:18:12 +00:00
Taskbar: Center buttons again by fixing margins
This commit is contained in:
parent
fcb1d2cfb7
commit
f6cea8ad8c
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,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, 1, 1, 3 });
|
||||
main_widget.layout()->set_margins({ 2, 3, 0, 3 });
|
||||
|
||||
m_start_button = GUI::Button::construct("Serenity");
|
||||
set_start_button_font(Gfx::FontDatabase::default_font().bold_variant());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue