1
Fork 0
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:
Andreas Kling 2019-10-27 13:06:03 +01:00
parent e39b1f11f9
commit 1e5f4714c7
2 changed files with 5 additions and 3 deletions

View file

@ -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);