summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrant Paul <chpwn@chpwn.com>2011-02-05 01:00:32 -0800
committerGrant Paul <chpwn@chpwn.com>2011-02-05 01:00:32 -0800
commitd48ae59746c44ab28b8dfb2c4f62228b0c0bb270 (patch)
tree85aed71feb998e4084fa9b4a11ace59148c7688b
parentafcc9400f543602df4f2e25f7ffc94ea1637836e (diff)
Fix "fake terminal" in ProgressController extending underneath the close button.
-rw-r--r--MobileCydia.mm3
1 files changed, 1 insertions, 2 deletions
diff --git a/MobileCydia.mm b/MobileCydia.mm
index cc00590..24aa3d0 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,