mirror of
https://github.com/transmission/transmission.git
synced 2025-12-20 02:18:42 +00:00
Increase font size of TrackerCell from 9 to 9.5 (#3571)
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user