mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-01 12:00:27 +00:00
Taskbar: Tweak taskbar widget margins
Basically, nudge everything down 1 pixel.
This commit is contained in:
parent
6ba00ae5b9
commit
22d13d8b1a
Notes:
sideshowbarker
2024-07-18 20:53:34 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/22d13d8b1ab
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…
Reference in a new issue