From 1529058f5283734777a7ea295ee7b87d4568eefb Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Thu, 29 Aug 2019 19:00:42 -0700 Subject: [PATCH] Increase font size for app names --- Limelight/UIAppView.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Limelight/UIAppView.m b/Limelight/UIAppView.m index 5bcb3eb..da2cc1e 100644 --- a/Limelight/UIAppView.m +++ b/Limelight/UIAppView.m @@ -148,7 +148,7 @@ static UIImage* noImage; [_appLabel setNumberOfLines:0]; [_appLabel setText:_app.name]; #if TARGET_OS_TV - [_appLabel setFont:[UIFont systemFontOfSize:16]]; + [_appLabel setFont:[UIFont systemFontOfSize:24]]; [_appLabel setAdjustsFontSizeToFitWidth:YES]; [_appLabel setFrame: CGRectMake(0, 0, 200, 265)]; //custom image to do TvOS hover popup effect