mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
the new way of determining the unwanted width of the progress bar wasn't cutting it, so use the old way
This commit is contained in:
@@ -567,7 +567,7 @@
|
||||
//place menu below button
|
||||
NSRect rect = [fTorrentCell iconRectForBounds: [self rectOfRow: row]];
|
||||
NSPoint location = rect.origin;
|
||||
location.y += rect.size.height + 5.0f;
|
||||
location.y += rect.size.height + 5.0;
|
||||
|
||||
if ([NSApp isOnSnowLeopardOrBetter])
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user