mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 05:18:12 +00:00
LibGUI: Make StatusBar 2px shorter vertically for a snugger fit
This commit is contained in:
parent
3af8fcc839
commit
108c08eb49
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue