diff --git a/Limelight/UIAppView.m b/Limelight/UIAppView.m index 889a52f..f519959 100644 --- a/Limelight/UIAppView.m +++ b/Limelight/UIAppView.m @@ -112,6 +112,9 @@ static UIImage* noImage; [_appLabel setTextAlignment:NSTextAlignmentCenter]; [_appLabel setLineBreakMode:NSLineBreakByWordWrapping]; [_appLabel setNumberOfLines:0]; +#if TARGET_OS_TV + [_appLabel setFont:[UIFont systemFontOfSize:16]]; +#endif [_appLabel setText:_app.name]; [_appButton addSubview:_appLabel]; } diff --git a/Limelight/UIComputerView.m b/Limelight/UIComputerView.m index f7ebacd..4683d31 100644 --- a/Limelight/UIComputerView.m +++ b/Limelight/UIComputerView.m @@ -18,7 +18,12 @@ CGSize _labelSize; } static const float REFRESH_CYCLE = 2.0f; + +#if TARGET_OS_TV +static const int LABEL_DY = 40; +#else static const int LABEL_DY = 20; +#endif - (id) init { self = [super init]; diff --git a/Moonlight TV/Base.lproj/Main.storyboard b/Moonlight TV/Base.lproj/Main.storyboard index 2c2c16f..cf404a8 100644 --- a/Moonlight TV/Base.lproj/Main.storyboard +++ b/Moonlight TV/Base.lproj/Main.storyboard @@ -33,18 +33,19 @@ + - + - + - + - +