mirror of
https://github.com/RGBCube/serenity
synced 2025-05-30 22:08:12 +00:00
LibGUI: Tweak StatusBar layout margins
This commit is contained in:
parent
f0cac83243
commit
cbc3d4fddd
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ StatusBar::StatusBar(int label_count)
|
|||
set_size_policy(SizePolicy::Fill, SizePolicy::Fixed);
|
||||
set_preferred_size(0, 20);
|
||||
set_layout<HorizontalBoxLayout>();
|
||||
layout()->set_margins({ 2, 2, 2, 2 });
|
||||
layout()->set_margins({ 0, 2, 0, 1 });
|
||||
layout()->set_spacing(2);
|
||||
|
||||
if (label_count < 1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue