mirror of
https://github.com/transmission/transmission.git
synced 2025-12-25 04:45:56 +00:00
quicklook window expands from the icon instead of the whole table row
This commit is contained in:
@@ -113,6 +113,12 @@
|
||||
return [self menu];
|
||||
}
|
||||
|
||||
- (NSRect) iconRectForRow: (int) row
|
||||
{
|
||||
FileNameCell * cell = (FileNameCell *)[[self tableColumnWithIdentifier: @"Name"] dataCell];
|
||||
return [cell imageRectForBounds: [self rectOfRow: row]];
|
||||
}
|
||||
|
||||
- (void) updateTrackingAreas
|
||||
{
|
||||
[super updateTrackingAreas];
|
||||
|
||||
Reference in New Issue
Block a user