mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
LibGUI: Pack toolbar buttons closer together.
This commit is contained in:
parent
bf30502560
commit
9763eb44f9
Notes:
sideshowbarker
2024-07-19 15:39:55 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/9763eb44f91
1 changed files with 1 additions and 1 deletions
|
@ -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});
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue