]> git.saurik.com Git - cydia.git/commitdiff
Use 73, not 73.0f, for uniformity.
authorJay Freeman (saurik) <saurik@saurik.com>
Sun, 2 Jan 2011 01:16:46 +0000 (17:16 -0800)
committerJay Freeman (saurik) <saurik@saurik.com>
Mon, 10 Jan 2011 20:40:31 +0000 (12:40 -0800)
MobileCydia.mm

index 8842b13c6dd659b84a141fa4894d6e4402837cec..b8a174bfa266f1fffa7f4f0879790f81b0c6421d 100644 (file)
@@ -5664,7 +5664,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];
@@ -7533,7 +7533,7 @@ freeing the view controllers on tab change */
 
         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];