From 9aaebfec365992f934252b0b80fa4e870f6bb45f Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Sat, 26 Mar 2011 01:54:46 -0700 Subject: Use two rows for Removing Essentials buttons. --- MobileCydia.mm | 1 + 1 file changed, 1 insertion(+) diff --git a/MobileCydia.mm b/MobileCydia.mm index a1a9ede..25de2d8 100644 --- a/MobileCydia.mm +++ b/MobileCydia.mm @@ -4980,6 +4980,7 @@ bool DepSubstrate(const pkgCache::VerIterator &iterator) { ] autorelease]; [essential_ setContext:@"remove"]; + [essential_ setNumberOfRows:2]; } else { essential_ = [[[UIAlertView alloc] initWithTitle:UCLocalize("UNABLE_TO_COMPLY") -- cgit v1.2.3