Align build number with rest of text. Issue #1355

This commit is contained in:
Maurice Parker 2019-11-26 10:16:58 -06:00
parent bfc5eadd91
commit 291bc9b278
1 changed files with 1 additions and 1 deletions

View File

@ -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))"