Changeset 10432 for trunk/macosx/TorrentCell.m
- Timestamp:
- Apr 1, 2010, 2:34:29 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/TorrentCell.m
r10426 r10432 100 100 101 101 NSMutableParagraphStyle * paragraphStyle = [[NSParagraphStyle defaultParagraphStyle] mutableCopy]; 102 [paragraphStyle setLineBreakMode: NSLineBreakByTruncating Tail];102 [paragraphStyle setLineBreakMode: NSLineBreakByTruncatingMiddle]; 103 103 104 104 fTitleAttributes = [[NSMutableDictionary alloc] initWithCapacity: 3];
Note: See TracChangeset
for help on using the changeset viewer.