Updated windowWillUseStandardFrame given the fact that we dont show

the column headers anymore
This commit is contained in:
Eric Petit 2006-03-28 11:21:17 +00:00
parent 10ce5c72c6
commit dd1179366a
1 changed files with 1 additions and 1 deletions

View File

@ -993,7 +993,7 @@ static void sleepCallBack( void * controller, io_service_t y,
rectWin = [fWindow frame];
rectView = [fScrollView frame];
foo = 25.0 - rectView.size.height + MAX( 1U, [fTorrents count] ) *
foo = 10.0 - rectView.size.height + MAX( 1U, [fTorrents count] ) *
( [fTableView rowHeight] + [fTableView intercellSpacing].height );
rectWin.size.height += foo;