瀏覽代碼

De-uglify dropbox menu item

Felix Paul Kühne 12 年之前
父節點
當前提交
c0138a08f1
共有 3 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      AspenProject/VLCMenuTableViewController.m
  2. 二進制
      Resources/dropboxLabel.png
  3. 二進制
      Resources/dropboxLabel@2x.png

+ 2 - 2
AspenProject/VLCMenuTableViewController.m

@@ -163,8 +163,8 @@
     }
 
     if ([title isEqualToString:@"Dropbox"]) {
-        [[(GHMenuCell*)cell titleImageView] setImage: [UIImage imageNamed:@"dropboxLabel"]];
-        cell.textLabel.text = @"";
+        cell.imageView.image = [UIImage imageNamed:@"dropboxLabel"];
+        cell.textLabel.text = title;
     } else if ([title isEqualToString:@"WiFi Upload"]) {
         _uploadLocationLabel = [(VLCWiFiUploadTableViewCell*)cell uploadAddressLabel];
         _uploadSwitch = [(VLCWiFiUploadTableViewCell*)cell serverOnSwitch];

二進制
Resources/dropboxLabel.png


二進制
Resources/dropboxLabel@2x.png