Removed the order number...that was for my testing (maybe it can fit in the interface at another time...)

This commit is contained in:
Mitchell Livingston 2006-07-02 22:01:06 +00:00
parent a0b32e3d8b
commit cb9a16a0bd
1 changed files with 1 additions and 2 deletions

View File

@ -324,8 +324,7 @@ static uint32_t kRed = 0xFF6450FF, //255, 100, 80
//status strings //status strings
pen.x += extraNameShift; pen.x += extraNameShift;
pen.y += linePadding; pen.y += linePadding;
NSAttributedString * statusString = [[NSString stringWithFormat: @"%@ %@", [fTorrent statusString], NSAttributedString * statusString = [[fTorrent statusString]
[[fTorrent orderValue] stringValue]]
attributedStringFittingInWidth: mainWidth attributes: statusAttributes]; attributedStringFittingInWidth: mainWidth attributes: statusAttributes];
[statusString drawAtPoint: pen]; [statusString drawAtPoint: pen];