Changeset 505


Ignore:
Timestamp:
Jul 2, 2006, 10:01:06 PM (17 years ago)
Author:
livings124
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/macosx/TorrentCell.m

    r501 r505  
    325325    pen.x += extraNameShift;
    326326    pen.y += linePadding;
    327     NSAttributedString * statusString = [[NSString stringWithFormat: @"%@ %@", [fTorrent statusString],
    328         [[fTorrent orderValue] stringValue]]
     327    NSAttributedString * statusString = [[fTorrent statusString]
    329328        attributedStringFittingInWidth: mainWidth attributes: statusAttributes];
    330329    [statusString drawAtPoint: pen];
Note: See TracChangeset for help on using the changeset viewer.