Explorar el Código

fix regression in previous commit

Felix Paul Kühne hace 12 años
padre
commit
3635dbd487
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      AspenProject/VLCPlaylistViewController.m

+ 1 - 1
AspenProject/VLCPlaylistViewController.m

@@ -84,7 +84,7 @@
         _tableView.rowHeight = [VLCPlaylistTableViewCell heightOfCell];
         _tableView.separatorColor = [UIColor colorWithWhite:.122 alpha:1.];
     }
-
+    self.view.backgroundColor = [UIColor colorWithWhite:.122 alpha:1.];
     self.navigationItem.titleView = [[UIImageView alloc] initWithImage:[UIImage imageNamed:@"title"]];
 
     _emptyLibraryView.emptyLibraryLabel.text = NSLocalizedString(@"EMPTY_LIBRARY", @"");