Explorar o código

server list: minor UX fix

Felix Paul Kühne %!s(int64=9) %!d(string=hai) anos
pai
achega
62fcee4393
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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"];