mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-28 05:35:52 +03:00
LibGUI: Make StatusBar 2px shorter vertically for a snugger fit
This commit is contained in:
parent
3af8fcc839
commit
108c08eb49
Notes:
sideshowbarker
2024-07-19 07:22:00 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/108c08eb496
@ -37,7 +37,7 @@ namespace GUI {
|
||||
StatusBar::StatusBar(int label_count)
|
||||
{
|
||||
set_size_policy(SizePolicy::Fill, SizePolicy::Fixed);
|
||||
set_preferred_size(0, 20);
|
||||
set_preferred_size(0, 18);
|
||||
set_layout<HorizontalBoxLayout>();
|
||||
layout()->set_margins({ 0, 0, 0, 0 });
|
||||
layout()->set_spacing(2);
|
||||
|
Loading…
Reference in New Issue
Block a user