Tweak password font

This commit is contained in:
Bob Sun 2017-10-07 23:05:26 -07:00
parent 6ea47766bc
commit 3605e59c30
4 changed files with 8 additions and 5 deletions

View file

@ -25,7 +25,7 @@ class FillPasswordTableViewCell: ContentTableViewCell {
override func awakeFromNib() {
super.awakeFromNib()
// Initialization code
contentTextField.font = UIFont(name: Globals.passwordFonts, size: (contentTextField.font?.pointSize)!)
contentTextField.font = Globals.passwordFont
// Force aspect ratio of button images
settingButton.imageView?.contentMode = .scaleAspectFit