From 291bc9b278cf3bb8abf616395a79c21d70e8a338 Mon Sep 17 00:00:00 2001 From: Maurice Parker Date: Tue, 26 Nov 2019 10:16:58 -0600 Subject: [PATCH] Align build number with rest of text. Issue #1355 --- iOS/Settings/SettingsViewController.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iOS/Settings/SettingsViewController.swift b/iOS/Settings/SettingsViewController.swift index 065d7e15f..9137b876d 100644 --- a/iOS/Settings/SettingsViewController.swift +++ b/iOS/Settings/SettingsViewController.swift @@ -57,7 +57,7 @@ class SettingsViewController: UITableViewController { showFullscreenArticlesSwitch.isOn = false } - 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 = "\(Bundle.main.appName) \(Bundle.main.versionNumber) (Build \(Bundle.main.buildNumber))"