1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-23 16:24:02 +00:00

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

View file

@ -993,7 +993,7 @@ static void sleepCallBack( void * controller, io_service_t y,
rectWin = [fWindow frame]; rectWin = [fWindow frame];
rectView = [fScrollView 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 ); ( [fTableView rowHeight] + [fTableView intercellSpacing].height );
rectWin.size.height += foo; rectWin.size.height += foo;