From cb9a16a0bd09d202cfcc0b0256817ff7f118c778 Mon Sep 17 00:00:00 2001 From: Mitchell Livingston Date: Sun, 2 Jul 2006 22:01:06 +0000 Subject: [PATCH] Removed the order number...that was for my testing (maybe it can fit in the interface at another time...) --- macosx/TorrentCell.m | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/macosx/TorrentCell.m b/macosx/TorrentCell.m index 68571418a..17388a798 100644 --- a/macosx/TorrentCell.m +++ b/macosx/TorrentCell.m @@ -324,8 +324,7 @@ static uint32_t kRed = 0xFF6450FF, //255, 100, 80 //status strings pen.x += extraNameShift; pen.y += linePadding; - NSAttributedString * statusString = [[NSString stringWithFormat: @"%@ %@", [fTorrent statusString], - [[fTorrent orderValue] stringValue]] + NSAttributedString * statusString = [[fTorrent statusString] attributedStringFittingInWidth: mainWidth attributes: statusAttributes]; [statusString drawAtPoint: pen];