From: Jay Freeman (saurik) Date: Sat, 5 Mar 2011 19:03:34 +0000 (-0800) Subject: The Edit/Add Source dialog box is rendering off-screen. X-Git-Tag: v1.1.0%b1~55 X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/f670bbc2910a9fdfa32f8926e5361589296980a4 The Edit/Add Source dialog box is rendering off-screen. --- diff --git a/MobileCydia.mm b/MobileCydia.mm index 4737baf2..063800e0 100644 --- a/MobileCydia.mm +++ b/MobileCydia.mm @@ -8243,7 +8243,6 @@ bool DepSubstrate(const pkgCache::VerIterator &iterator) { ] autorelease]; [alert setContext:@"source"]; - [alert setTransform:CGAffineTransformTranslate([alert transform], 0.0, 100.0)]; [alert setNumberOfRows:1]; [alert addTextFieldWithValue:@"http://" label:@""];