Преглед на файлове

De-uglify dropbox menu item

Felix Paul Kühne преди 12 години
родител
ревизия
c0138a08f1
променени са 3 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      AspenProject/VLCMenuTableViewController.m
  2. BIN
      Resources/dropboxLabel.png
  3. BIN
      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];

BIN
Resources/dropboxLabel.png


BIN
Resources/dropboxLabel@2x.png