diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2011-03-26 01:54:46 -0700 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2011-03-26 01:54:50 -0700 |
commit | 9aaebfec365992f934252b0b80fa4e870f6bb45f (patch) | |
tree | a20a93eea083ccb976b73eb89c79efd788958bee | |
parent | de5f26738558056cd04661549a7c02ce4310d65e (diff) |
Use two rows for Removing Essentials buttons.
-rw-r--r-- | MobileCydia.mm | 1 |
1 files changed, 1 insertions, 0 deletions
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") |