summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2011-03-10 23:01:54 -0800
committerJay Freeman (saurik) <saurik@saurik.com>2011-03-10 23:01:54 -0800
commit6ac6e186a06688acccfedb972ad264685e3a4157 (patch)
tree9cada2387972893b28cd4093993e363df8a25b0d
parent0d5393afa622b359207e9bb2f248ebd6489a330c (diff)
Adjust rowHeight of source cells.
-rw-r--r--MobileCydia.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/MobileCydia.mm b/MobileCydia.mm
index 62aed8a..523a8ad 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_];