mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 08:18:11 +00:00
HackStudio: Tweak EditorWrapper layouts a bit to make things look nice
This commit is contained in:
parent
e39b1f11f9
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