diff --git a/iOS/Settings/AboutViewController.swift b/iOS/Settings/AboutViewController.swift index 52f54507d..25b499db8 100644 --- a/iOS/Settings/AboutViewController.swift +++ b/iOS/Settings/AboutViewController.swift @@ -22,11 +22,10 @@ class AboutViewController: UITableViewController { configureCell(file: "About", textView: aboutTextView) configureCell(file: "Credits", textView: creditsTextView) - configureCell(file: "Acknowledgments", textView: acknowledgmentsTextView) configureCell(file: "Thanks", textView: thanksTextView) configureCell(file: "Dedication", textView: dedicationTextView) - let buildLabel = NonIntrinsicLabel(frame: CGRect(x: 20.0, y: 0.0, width: 0.0, height: 0.0)) + let buildLabel = NonIntrinsicLabel(frame: CGRect(x: 32.0, y: 0.0, width: 0.0, height: 0.0)) buildLabel.font = UIFont.systemFont(ofSize: 11.0) buildLabel.textColor = UIColor.gray buildLabel.text = NSLocalizedString("Copyright © 2002-2019 Brent Simmons", comment: "Copyright") diff --git a/iOS/Settings/Settings.storyboard b/iOS/Settings/Settings.storyboard index fb985e5b9..dbb52f8f5 100644 --- a/iOS/Settings/Settings.storyboard +++ b/iOS/Settings/Settings.storyboard @@ -2,7 +2,7 @@ - + @@ -617,36 +617,10 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - + @@ -672,7 +646,7 @@ - + @@ -704,7 +678,6 @@ -