more realistic default capacity size

This commit is contained in:
Mitchell Livingston 2006-12-24 16:35:36 +00:00
parent ffe6d0f0be
commit 7bba2d02a1
1 changed files with 2 additions and 2 deletions

View File

@ -73,8 +73,8 @@
- (void) awakeFromNib - (void) awakeFromNib
{ {
fPeers = [[NSMutableArray alloc] initWithCapacity: 30]; fPeers = [[NSMutableArray alloc] initWithCapacity: 75];
fFiles = [[NSMutableArray alloc] initWithCapacity: 6]; fFiles = [[NSMutableArray alloc] initWithCapacity: 15];
[fFileTable setDoubleAction: @selector(revealFile:)]; [fFileTable setDoubleAction: @selector(revealFile:)];
//window location and size //window location and size