]> git.saurik.com Git - cydia.git/commitdiff
Fix "fake terminal" in ProgressController extending underneath the close button.
authorGrant Paul <chpwn@chpwn.com>
Sat, 5 Feb 2011 09:00:32 +0000 (01:00 -0800)
committerGrant Paul <chpwn@chpwn.com>
Sat, 5 Feb 2011 09:00:32 +0000 (01:00 -0800)
MobileCydia.mm

index cc0059076e2e5528d846cc388384c56fa7c89ac6..24aa3d008a6a5eb3b531f158ef3d88e8a8a4539a 100644 (file)
@@ -4481,7 +4481,6 @@ bool DepSubstrate(const pkgCache::VerIterator &iterator) {
         //[status_ setFont:font];
 
         output_ = [[UITextView alloc] init];
-
         [output_ setAutoresizingMask:UIViewAutoresizingFlexibleBoth];
         //[output_ setTextFont:@"Courier New"];
         [output_ setFont:[[output_ font] fontWithSize:12]];
@@ -4527,7 +4526,7 @@ bool DepSubstrate(const pkgCache::VerIterator &iterator) {
         10,
         20,
         bounds.size.width - 20,
-        bounds.size.height - 62
+        bounds.size.height - 96
     )];
     [close_ setFrame:CGRectMake(
         (bounds.size.width - closewidth) / 2,