소스 검색

server list: minor UX fix

Felix Paul Kühne 9 년 전
부모
커밋
62fcee4393
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      Apple-TV/VLCServerListTVViewController.m

+ 1 - 0
Apple-TV/VLCServerListTVViewController.m

@@ -128,6 +128,7 @@
 
     browsingCell.isDirectory = YES;
     browsingCell.title = service.title;
+    browsingCell.titleLabel.font = [UIFont preferredFontForTextStyle:UIFontTextStyleCaption2];
     browsingCell.subtitle = [self.discoveryController titleForSection:discoveryIndexPath.section];
     browsingCell.subtitleLabel.font = [UIFont preferredFontForTextStyle:UIFontTextStyleCaption1];
     browsingCell.thumbnailImage = service.icon ? service.icon : [UIImage imageNamed:@"serverIcon"];