diff -r 3933198e2b28 -r d57fa21781ea project_files/HedgewarsMobile/Classes/SingleWeaponViewController.m --- a/project_files/HedgewarsMobile/Classes/SingleWeaponViewController.m Sat Feb 11 06:11:19 2012 +0100 +++ b/project_files/HedgewarsMobile/Classes/SingleWeaponViewController.m Sat Feb 11 19:24:09 2012 +0100 @@ -189,7 +189,7 @@ if (0 == [indexPath section]) return aTableView.rowHeight; else - return 120; + return UIInterfaceOrientationIsPortrait([[UIApplication sharedApplication] statusBarOrientation]) ? 208 : 120; } -(NSString *)tableView:(UITableView *)aTableView titleForHeaderInSection:(NSInteger)section {