mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
move functions used for setting the look of the file table into the file view's subclass
This commit is contained in:
@@ -92,11 +92,6 @@
|
||||
sortDescriptorPrototype]]];
|
||||
|
||||
//set file table
|
||||
NSBrowserCell * browserCell = [[[NSBrowserCell alloc] init] autorelease];
|
||||
[browserCell setLeaf: YES];
|
||||
[[fFileOutline tableColumnWithIdentifier: @"Name"] setDataCell: browserCell];
|
||||
|
||||
[fFileOutline setAutoresizesOutlineColumn: NO];
|
||||
[fFileOutline setDoubleAction: @selector(revealFile:)];
|
||||
|
||||
//set blank inspector
|
||||
|
||||
Reference in New Issue
Block a user