Changeset 505
- Timestamp:
- Jul 2, 2006, 10:01:06 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/TorrentCell.m
r501 r505 325 325 pen.x += extraNameShift; 326 326 pen.y += linePadding; 327 NSAttributedString * statusString = [[NSString stringWithFormat: @"%@ %@", [fTorrent statusString], 328 [[fTorrent orderValue] stringValue]] 327 NSAttributedString * statusString = [[fTorrent statusString] 329 328 attributedStringFittingInWidth: mainWidth attributes: statusAttributes]; 330 329 [statusString drawAtPoint: pen];
Note: See TracChangeset
for help on using the changeset viewer.