--- a/project_files/HedgewarsMobile/Classes/GameConfigViewController.m Sun Feb 12 19:38:32 2012 +0400
+++ b/project_files/HedgewarsMobile/Classes/GameConfigViewController.m Sun Feb 12 18:08:34 2012 +0100
@@ -312,7 +312,7 @@
self.mapConfigViewController.maxLabel = maxLabel;
[maxLabel release];
} else {
- self.mapConfigViewController.view.frame = CGRectMake(0, 0, screenRect.size.height, screenRect.size.width-44);
+ self.mapConfigViewController.view.frame = CGRectMake(0, 0, screenRect.size.width, screenRect.size.height-44);
}
[self.view addSubview:self.mapConfigViewController.view];
[self.view bringSubviewToFront:self.mapConfigViewController.slider];