Adjusts AltStore version font size

This commit is contained in:
Riley Testut
2020-01-24 11:34:26 -08:00
parent bcee0f5577
commit e823d5f621
2 changed files with 6 additions and 4 deletions

View File

@@ -89,6 +89,8 @@ class SettingsViewController: UITableViewController
self.versionLabel.text = NSLocalizedString("AltStore", comment: "")
}
self.tableView.contentInset.bottom = 20
self.update()
}