mirror of
https://github.com/transmission/transmission
synced 2024-12-29 02:56:11 +00:00
Increase font size of TrackerCell from 9 to 9.5 (#3571)
This commit is contained in:
parent
b49cccbd3e
commit
0da5660c6e
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ NSMutableSet* fTrackerIconLoading;
|
||||||
initWithObjectsAndKeys:[NSFont messageFontOfSize:12.0], NSFontAttributeName, paragraphStyle, NSParagraphStyleAttributeName, nil];
|
initWithObjectsAndKeys:[NSFont messageFontOfSize:12.0], NSFontAttributeName, paragraphStyle, NSParagraphStyleAttributeName, nil];
|
||||||
|
|
||||||
_fStatusAttributes = [[NSMutableDictionary alloc]
|
_fStatusAttributes = [[NSMutableDictionary alloc]
|
||||||
initWithObjectsAndKeys:[NSFont messageFontOfSize:9.0], NSFontAttributeName, paragraphStyle, NSParagraphStyleAttributeName, nil];
|
initWithObjectsAndKeys:[NSFont messageFontOfSize:9.5], NSFontAttributeName, paragraphStyle, NSParagraphStyleAttributeName, nil];
|
||||||
}
|
}
|
||||||
return self;
|
return self;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue