From: Grant Paul Date: Tue, 10 Aug 2010 17:36:10 +0000 (+0000) Subject: Commit (chpwn): installed-files-list-landscape.patch X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/785ee56a3cd31d0da40d0a4d465be28f64672b3e?hp=296e047ee7151663db1bf8b3da3e56c4031cea68 Commit (chpwn): installed-files-list-landscape.patch --- diff --git a/Cydia.mm b/Cydia.mm index 6e40a2c1..176ea870 100644 --- a/Cydia.mm +++ b/Cydia.mm @@ -5098,6 +5098,9 @@ bool DepSubstrate(const pkgCache::VerIterator &iterator) { [list_ addTableColumn:column]; [list_ setDelegate:self]; [list_ setReusesTableCells:YES]; + + [list_ setAutoresizingMask:UIViewAutoresizingFlexibleBoth]; + [self setAutoresizingMask:UIViewAutoresizingFlexibleBoth]; } return self; }