project_files/HedgewarsMobile/Classes/SingleWeaponViewController.m
changeset 6670 d57fa21781ea
parent 6657 e1125559359f
child 6671 5532d5f6285c
--- 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 {