From: Jay Freeman (saurik) Date: Fri, 11 Mar 2011 07:01:54 +0000 (-0800) Subject: Adjust rowHeight of source cells. X-Git-Tag: v1.1.0%b6~10 X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/6ac6e186a06688acccfedb972ad264685e3a4157 Adjust rowHeight of source cells. --- diff --git a/MobileCydia.mm b/MobileCydia.mm index 62aed8a1..523a8ad9 100644 --- a/MobileCydia.mm +++ b/MobileCydia.mm @@ -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_];