From e823d5f62170c6bf1ebeee3783b00ad17e7857aa Mon Sep 17 00:00:00 2001 From: Riley Testut Date: Fri, 24 Jan 2020 11:34:26 -0800 Subject: [PATCH] Adjusts AltStore version font size --- AltStore/Settings/Settings.storyboard | 8 ++++---- AltStore/Settings/SettingsViewController.swift | 2 ++ 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/AltStore/Settings/Settings.storyboard b/AltStore/Settings/Settings.storyboard index 66d54cce..18dcb557 100644 --- a/AltStore/Settings/Settings.storyboard +++ b/AltStore/Settings/Settings.storyboard @@ -1,9 +1,9 @@ - + - + @@ -20,9 +20,9 @@ diff --git a/AltStore/Settings/SettingsViewController.swift b/AltStore/Settings/SettingsViewController.swift index a822f80b..0cde2fa8 100644 --- a/AltStore/Settings/SettingsViewController.swift +++ b/AltStore/Settings/SettingsViewController.swift @@ -89,6 +89,8 @@ class SettingsViewController: UITableViewController self.versionLabel.text = NSLocalizedString("AltStore", comment: "") } + self.tableView.contentInset.bottom = 20 + self.update() }