فهرست منبع

Use a less ugly background color for the pad-style grid view cell (black instead of 50% gray)

Felix Paul Kühne 12 سال پیش
والد
کامیت
f17884ee55
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      AspenProject/VLCPlaylistGridViewCell.m

+ 1 - 1
AspenProject/VLCPlaylistGridViewCell.m

@@ -36,7 +36,7 @@
     _subtitleLabel.adjustsFontSizeToFitWidth = YES;
     _subtitleLabel.minimumFontSize = 8.;
 
-    self.backgroundColor = [UIColor colorWithWhite:.5 alpha:1.];
+    self.backgroundColor = [UIColor colorWithWhite:0. alpha:1.];
     self.contentView.backgroundColor = self.backgroundColor;
     _thumbnailView.backgroundColor = self.backgroundColor;
     _titleLabel.backgroundColor = self.backgroundColor;