From efc67654b5306a26490f35975ec07739f20713fb Mon Sep 17 00:00:00 2001 From: Grant Paul Date: Sat, 5 Feb 2011 01:00:32 -0800 Subject: [PATCH] Fix "fake terminal" in ProgressController extending underneath the close button. --- MobileCydia.mm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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, -- 2.50.0