diff --git a/Limelight/ViewControllers/SettingsViewController.m b/Limelight/ViewControllers/SettingsViewController.m
index bcbd5cd..1d2e4ef 100644
--- a/Limelight/ViewControllers/SettingsViewController.m
+++ b/Limelight/ViewControllers/SettingsViewController.m
@@ -156,8 +156,8 @@ BOOL isCustomResolution(CGSize res) {
resolutionTable[1] = CGSizeMake(1280, 720);
resolutionTable[2] = CGSizeMake(1920, 1080);
resolutionTable[3] = CGSizeMake(3840, 2160);
- resolutionTable[4] = CGSizeMake(fullScreenWidth, fullScreenHeight);
- resolutionTable[5] = CGSizeMake(safeAreaWidth, fullScreenHeight);
+ resolutionTable[4] = CGSizeMake(safeAreaWidth, fullScreenHeight);
+ resolutionTable[5] = CGSizeMake(fullScreenWidth, fullScreenHeight);
resolutionTable[6] = CGSizeMake([currentSettings.width integerValue], [currentSettings.height integerValue]); // custom initial value
// Don't populate the custom entry unless we have a custom resolution
diff --git a/iPad.storyboard b/iPad.storyboard
index f6cf8d8..1898f86 100644
--- a/iPad.storyboard
+++ b/iPad.storyboard
@@ -78,8 +78,8 @@
-
+
diff --git a/iPhone.storyboard b/iPhone.storyboard
index d82fcfa..65880f3 100644
--- a/iPhone.storyboard
+++ b/iPhone.storyboard
@@ -101,8 +101,8 @@
-
+