From: Grant Paul Date: Sat, 5 Feb 2011 09:00:32 +0000 (-0800) Subject: Fix "fake terminal" in ProgressController extending underneath the close button. X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/efc67654b5306a26490f35975ec07739f20713fb Fix "fake terminal" in ProgressController extending underneath the close button. --- diff --git a/MobileCydia.mm b/MobileCydia.mm index cc005907..24aa3d00 100644 --- a/MobileCydia.mm +++ b/MobileCydia.mm @@ -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,