ソースを参照

network list cell: fix thumbnail content mode

Felix Paul Kühne 10 年 前
コミット
074c43b007
1 ファイル変更1 行追加0 行削除
  1. 1 0
      Sources/VLCNetworkListCell.m

+ 1 - 0
Sources/VLCNetworkListCell.m

@@ -73,6 +73,7 @@
 
 - (void)setIcon:(UIImage *)icon
 {
+    self.thumbnailView.contentMode = UIViewContentModeScaleAspectFit;
     self.thumbnailView.image = icon;
 }