diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2011-03-10 23:01:54 -0800 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2011-03-10 23:01:54 -0800 |
commit | 6ac6e186a06688acccfedb972ad264685e3a4157 (patch) | |
tree | 9cada2387972893b28cd4093993e363df8a25b0d /MobileCydia.mm | |
parent | 0d5393afa622b359207e9bb2f248ebd6489a330c (diff) |
Adjust rowHeight of source cells.
Diffstat (limited to 'MobileCydia.mm')
-rw-r--r-- | MobileCydia.mm | 2 |
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_]; |