From 92d4f435b407adbad807c753a0e197949e316ff6 Mon Sep 17 00:00:00 2001 From: Mitchell Livingston Date: Fri, 9 Oct 2009 23:44:18 +0000 Subject: [PATCH] whoops --- macosx/TorrentCell.m | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/macosx/TorrentCell.m b/macosx/TorrentCell.m index 8bad86972..423b6e80b 100644 --- a/macosx/TorrentCell.m +++ b/macosx/TorrentCell.m @@ -697,11 +697,11 @@ - (NSRect) rectForMinimalStatusWithString: (NSAttributedString *) string inBounds: (NSRect) bounds { NSRect result; - result.origin.x = NSMinX(bounds) + bounds.size.width - result.size.width - PADDING_HORIZONTAL; - result.origin.y = NSMinY(bounds) + PADDING_ABOVE_MIN_STATUS; - result.size = [string size]; + result.origin.x = NSMaxX(bounds) - result.size.width - PADDING_HORIZONTAL; + result.origin.y = NSMinY(bounds) + PADDING_ABOVE_MIN_STATUS; + return result; } -- 2.40.0