mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-22 04:25:13 +00:00
LibGUI: Make splitters 1px wider as 3px is slightly too narrow
This commit is contained in:
parent
1fc887c576
commit
8a605922bb
Notes:
sideshowbarker
2024-07-19 09:26:37 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/8a605922bbd
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Reference in a new issue