UI tweaks in Password View
This commit is contained in:
parent
25d70ce8d6
commit
e3d9d4c45c
2 changed files with 1 additions and 9 deletions
|
|
@ -310,7 +310,7 @@ class PasswordsViewController: UIViewController, UITableViewDataSource, UITableV
|
|||
|
||||
if entry.isDir {
|
||||
cell.accessoryType = .disclosureIndicator
|
||||
cell.textLabel?.font = UIFont.systemFont(ofSize: UIFont.systemFontSize, weight: .semibold)
|
||||
cell.textLabel?.font = UIFont.systemFont(ofSize: UIFont.preferredFont(forTextStyle: .body).pointSize, weight: .medium)
|
||||
cell.detailTextLabel?.font = UIFont.preferredFont(forTextStyle: .body)
|
||||
cell.detailTextLabel?.text = "\(passwordEntity.children?.count ?? 0)"
|
||||
cell.removeGestureRecognizer(longPressGestureRecognizer)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue