mirror of
https://github.com/transmission/transmission.git
synced 2025-12-26 05:08:32 +00:00
keep one image for the table view instead of one for regular and one for minimal
This commit is contained in:
@@ -451,7 +451,7 @@
|
||||
if (row < 0)
|
||||
return NSZeroRect;
|
||||
|
||||
NSRect cellRect = [self frameOfCellAtColumn: [self columnWithIdentifier: @"Torrent"] row: row];
|
||||
NSRect cellRect = [self frameOfCellAtColumn: 0 row: row];
|
||||
|
||||
float buttonToTop = [fDefaults boolForKey: @"SmallView"] ? BUTTON_TO_TOP_SMALL : BUTTON_TO_TOP_REGULAR;
|
||||
|
||||
@@ -464,7 +464,7 @@
|
||||
if (row < 0)
|
||||
return NSZeroRect;
|
||||
|
||||
NSRect cellRect = [self frameOfCellAtColumn: [self columnWithIdentifier: @"Torrent"] row: row];
|
||||
NSRect cellRect = [self frameOfCellAtColumn: 0 row: row];
|
||||
|
||||
float buttonToTop = [fDefaults boolForKey: @"SmallView"] ? BUTTON_TO_TOP_SMALL : BUTTON_TO_TOP_REGULAR;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user