From: Jay Freeman (saurik) Date: Sat, 26 Mar 2011 08:54:46 +0000 (-0700) Subject: Use two rows for Removing Essentials buttons. X-Git-Tag: v1.1.0~1 X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/9aaebfec365992f934252b0b80fa4e870f6bb45f Use two rows for Removing Essentials buttons. --- diff --git a/MobileCydia.mm b/MobileCydia.mm index a1a9ede6..25de2d82 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")