mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-06 02:55:49 +03:00
Help: Tweak splitter spacing in main UI layout
This doesn't look perfect, but it's slightly better than unmodified.
This commit is contained in:
parent
7a24a60e72
commit
c739b3cafa
Notes:
sideshowbarker
2024-07-18 17:21:16 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/c739b3cafaf
@ -88,6 +88,7 @@ int main(int argc, char* argv[])
|
||||
auto& toolbar = toolbar_container.add<GUI::Toolbar>();
|
||||
|
||||
auto& splitter = widget.add<GUI::HorizontalSplitter>();
|
||||
splitter.layout()->set_spacing(5);
|
||||
|
||||
auto model = ManualModel::create();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user