[Playlist] Increase default font size to Regular
Regular control size ends up being 13 points, rather than the previous default of Small control size, which ended up being 11 points. Signed-off-by: Christopher Snowhill <kode54@gmail.com>main
parent
39ab0eaf45
commit
bea7d8e651
|
@ -534,7 +534,7 @@ static AppController *kAppController = nil;
|
|||
NSMutableDictionary *userDefaultsValuesDict = [NSMutableDictionary dictionary];
|
||||
|
||||
// Font defaults
|
||||
float fFontSize = [NSFont systemFontSizeForControlSize:NSControlSizeSmall];
|
||||
float fFontSize = [NSFont systemFontSizeForControlSize:NSControlSizeRegular];
|
||||
NSNumber *fontSize = @(fFontSize);
|
||||
[userDefaultsValuesDict setObject:fontSize forKey:@"fontSize"];
|
||||
|
||||
|
|
Loading…
Reference in New Issue