Removed the order number...that was for my testing (maybe it can fit in the interface at another time...)
This commit is contained in:
parent
a0b32e3d8b
commit
cb9a16a0bd
|
@ -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];
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue