]> git.saurik.com Git - cydia.git/commitdiff
Adjust rowHeight of source cells.
authorJay Freeman (saurik) <saurik@saurik.com>
Fri, 11 Mar 2011 07:01:54 +0000 (23:01 -0800)
committerJay Freeman (saurik) <saurik@saurik.com>
Fri, 11 Mar 2011 07:01:54 +0000 (23:01 -0800)
MobileCydia.mm

index 62aed8a17a054838f8f72ea0052a2246f17f3e6a..523a8ad930a4e4f48586ccf2a5975ee7c3693d3c 100644 (file)
@@ -8453,7 +8453,7 @@ bool DepSubstrate(const pkgCache::VerIterator &iterator) {
 
     list_ = [[[UITableView alloc] initWithFrame:[[self view] bounds] style:UITableViewStylePlain] autorelease];
     [list_ setAutoresizingMask:UIViewAutoresizingFlexibleBoth];
-    [list_ setRowHeight:56];
+    [list_ setRowHeight:53];
     [(UITableView *) list_ setDataSource:self];
     [list_ setDelegate:self];
     [[self view] addSubview:list_];