mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +00:00
LibGUI: Pack toolbar buttons closer together.
This commit is contained in:
@@ -10,7 +10,7 @@ GToolBar::GToolBar(GWidget* parent)
|
||||
set_size_policy(SizePolicy::Fill, SizePolicy::Fixed);
|
||||
set_preferred_size({ 0, 25 });
|
||||
set_layout(make<GBoxLayout>(Orientation::Horizontal));
|
||||
layout()->set_spacing(1);
|
||||
layout()->set_spacing(0);
|
||||
layout()->set_margins({1, 1, 1, 1});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user