1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-24 08:43:27 +00:00

Add files via upload (#4557)

This commit is contained in:
Gary Elshaw 2023-01-17 18:55:52 +13:00 committed by GitHub
parent acd5d28fb1
commit 6a3ead4c5d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -88,7 +88,7 @@ static NSInteger const kMaxPieces = 18 * 18;
_fTitleAttributes[NSParagraphStyleAttributeName] = paragraphStyle;
_fStatusAttributes = [[NSMutableDictionary alloc] initWithCapacity:3];
_fStatusAttributes[NSFontAttributeName] = [NSFont messageFontOfSize:9.0];
_fStatusAttributes[NSFontAttributeName] = [NSFont messageFontOfSize:10.0];
_fStatusAttributes[NSParagraphStyleAttributeName] = paragraphStyle;
_fBluePieceColor = [NSColor colorWithCalibratedRed:0.0 green:0.4 blue:0.8 alpha:1.0];