浏览代码

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"];