Explorar el Código

network list cell: fix thumbnail content mode

Felix Paul Kühne hace 10 años
padre
commit
074c43b007
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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;
 }