project_files/HedgewarsMobile/Classes/SchemeWeaponConfigViewController.m
changeset 3917 4c243b1eac97
parent 3829 81db3c85784b
child 3952 d6412423da45
--- a/project_files/HedgewarsMobile/Classes/SchemeWeaponConfigViewController.m	Wed Sep 29 23:50:46 2010 +0200
+++ b/project_files/HedgewarsMobile/Classes/SchemeWeaponConfigViewController.m	Thu Sep 30 01:34:12 2010 +0200
@@ -41,11 +41,9 @@
     self.selectedScheme = @"";
     self.selectedWeapon = @"";
 
-    if (UI_USER_INTERFACE_IDIOM() == UIUserInterfaceIdiomPad) {
-        [self.tableView setBackgroundView:nil];
-        self.view.backgroundColor = [UIColor clearColor];
-        self.tableView.separatorColor = UICOLOR_HW_YELLOW_BODER;
-    }
+    [self.tableView setBackgroundView:nil];
+    self.view.backgroundColor = [UIColor clearColor];
+    self.tableView.separatorColor = UICOLOR_HW_YELLOW_BODER;
     self.tableView.separatorStyle = UITableViewCellSeparatorStyleNone;
 }