mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-24 18:32:28 -05:00
HackStudio: Make the project file list a little narrower by default
This commit is contained in:
parent
870be9d71e
commit
d6c0d32b63
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ int main(int argc, char** argv)
|
|||
g_project_list_view = GListView::construct(outer_splitter);
|
||||
g_project_list_view->set_model(g_project->model());
|
||||
g_project_list_view->set_size_policy(SizePolicy::Fixed, SizePolicy::Fill);
|
||||
g_project_list_view->set_preferred_size(200, 0);
|
||||
g_project_list_view->set_preferred_size(140, 0);
|
||||
|
||||
auto inner_splitter = GSplitter::construct(Orientation::Vertical, outer_splitter);
|
||||
inner_splitter->layout()->set_margins({ 0, 3, 0, 0 });
|
||||
|
|
Loading…
Add table
Reference in a new issue