diff options
author | Grant Paul <chpwn@chpwn.com> | 2011-01-22 16:17:57 -0800 |
---|---|---|
committer | Grant Paul <chpwn@chpwn.com> | 2011-01-22 16:17:57 -0800 |
commit | 4515468cdba904c0701f90e6b7a86226e5b880d8 (patch) | |
tree | ab0aa1449443aea894d6392a1c5f82fec8ccca51 | |
parent | b8b6c2b8747231c760ca05d34f4727e75db1dccc (diff) | |
parent | d2741c0ab9a7fac6d5cbbdac5dbc2576cb779769 (diff) |
Merge commit 'b48bb27b7d5ffd1dc4e1f002301a633d538cf29e' into tab-backup
-rw-r--r-- | MobileCydia.mm | 4 |
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]; |