diff --git a/macosx/InfoWindowController.m b/macosx/InfoWindowController.m index b98ea9699..5b2d39e22 100644 --- a/macosx/InfoWindowController.m +++ b/macosx/InfoWindowController.m @@ -73,8 +73,8 @@ - (void) awakeFromNib { - fPeers = [[NSMutableArray alloc] initWithCapacity: 30]; - fFiles = [[NSMutableArray alloc] initWithCapacity: 6]; + fPeers = [[NSMutableArray alloc] initWithCapacity: 75]; + fFiles = [[NSMutableArray alloc] initWithCapacity: 15]; [fFileTable setDoubleAction: @selector(revealFile:)]; //window location and size