summaryrefslogtreecommitdiff
path: root/MobileCydia.mm
diff options
context:
space:
mode:
authorGrant Paul <chpwn@chpwn.com>2011-01-22 16:17:57 -0800
committerGrant Paul <chpwn@chpwn.com>2011-01-22 16:17:57 -0800
commit4515468cdba904c0701f90e6b7a86226e5b880d8 (patch)
treeab0aa1449443aea894d6392a1c5f82fec8ccca51 /MobileCydia.mm
parentb8b6c2b8747231c760ca05d34f4727e75db1dccc (diff)
parentd2741c0ab9a7fac6d5cbbdac5dbc2576cb779769 (diff)
Merge commit 'b48bb27b7d5ffd1dc4e1f002301a633d538cf29e' into tab-backup
Diffstat (limited to 'MobileCydia.mm')
-rw-r--r--MobileCydia.mm4
1 files changed, 2 insertions, 2 deletions
diff --git a/MobileCydia.mm b/MobileCydia.mm
index 5a43c47..c1324aa 100644
--- a/MobileCydia.mm
+++ b/MobileCydia.mm
@@ -5702,7 +5702,7 @@ bool DepSubstrate(const pkgCache::VerIterator &iterator) {
list_ = [[UITableView alloc] initWithFrame:[self bounds] style:UITableViewStylePlain];
[list_ setAutoresizingMask:UIViewAutoresizingFlexibleBoth];
- [list_ setRowHeight:73.0f];
+ [list_ setRowHeight:73];
[self addSubview:list_];
[list_ setDataSource:self];
@@ -7630,7 +7630,7 @@ bool DepSubstrate(const pkgCache::VerIterator &iterator) {
list_ = [[UITableView alloc] initWithFrame:[[self view] bounds] style:UITableViewStylePlain];
[list_ setAutoresizingMask:UIViewAutoresizingFlexibleBoth];
- [list_ setRowHeight:73.0f];
+ [list_ setRowHeight:73];
[[self view] addSubview:list_];
[list_ setDataSource:self];