mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-05 07:41:01 +00:00
HackStudio: Tweak EditorWrapper layouts a bit to make things look nice
This commit is contained in:
parent
e39b1f11f9
commit
1e5f4714c7
Notes:
sideshowbarker
2024-07-19 11:31:18 +09:00
Author: https://github.com/awesomekling
Commit: 1e5f4714c7
2 changed files with 5 additions and 3 deletions
|
@ -86,6 +86,7 @@ int main(int argc, char** argv)
|
|||
g_project_list_view->set_preferred_size(200, 0);
|
||||
|
||||
auto inner_splitter = GSplitter::construct(Orientation::Vertical, outer_splitter);
|
||||
inner_splitter->layout()->set_margins({ 0, 3, 0, 0 });
|
||||
add_new_editor(inner_splitter);
|
||||
add_new_editor(inner_splitter);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue