cocoaTouch/SettingsViewController.m
changeset 2805 36a8cebb91e8
parent 2803 1f446fc5c8ec
child 3113 2829ea0dd47c
--- a/cocoaTouch/SettingsViewController.m	Sat Feb 13 12:40:40 2010 +0000
+++ b/cocoaTouch/SettingsViewController.m	Sat Feb 13 16:04:04 2010 +0000
@@ -142,8 +142,8 @@
 	[UIView beginAnimations:@"Get Back" context:NULL];
 	[UIView setAnimationDuration:1];
 	
-	self.view.frame = CGRectMake(0, -320, 480, 320);
-	self.parentView.frame = CGRectMake(0, 0, 480, 320);
+	self.view.frame = CGRectMake(0, -257, 480, 278);
+	self.parentView.frame = CGRectMake(0, 21, 480, 278);
 	[UIView commitAnimations];
 	
 	[self.view performSelector:@selector(removeFromSuperview) withObject:nil afterDelay:1];