mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-08 17:47:18 +00:00
LibGUI: Make splitters 1px wider as 3px is slightly too narrow
This commit is contained in:
@@ -39,7 +39,7 @@ Splitter::Splitter(Orientation orientation, Widget* parent)
|
||||
set_background_role(ColorRole::Button);
|
||||
set_layout(make<BoxLayout>(orientation));
|
||||
set_fill_with_background_color(true);
|
||||
layout()->set_spacing(3);
|
||||
layout()->set_spacing(4);
|
||||
}
|
||||
|
||||
Splitter::~Splitter()
|
||||
|
||||
Reference in New Issue
Block a user