mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-03 07:07:23 +00:00
LibGUI: Make sure the ResizeCorner aligns nicely inside StatusBar
This commit is contained in:
@@ -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({ 0, 2, 0, 1 });
|
||||
layout()->set_margins({ 0, 3, 0, 0 });
|
||||
layout()->set_spacing(2);
|
||||
|
||||
if (label_count < 1)
|
||||
|
||||
Reference in New Issue
Block a user