diff --git a/ownCloud/Client/ClientItemCell.swift b/ownCloud/Client/ClientItemCell.swift index 3ee34e160..b474f1691 100644 --- a/ownCloud/Client/ClientItemCell.swift +++ b/ownCloud/Client/ClientItemCell.swift @@ -72,7 +72,8 @@ class ClientItemCell: ThemeTableViewCell { iconView.rightAnchor.constraint(equalTo: detailLabel.leftAnchor, constant: -15).isActive = true moreButton.setAttributedTitle(NSAttributedString(string: "● ● ●", attributes: - [NSAttributedString.Key.font: UIFont.systemFont(ofSize: 10)]), for: .normal) + [NSAttributedString.Key.font: UIFont.preferredFont(forTextStyle: .caption2)]), for: .normal) + moreButton.titleLabel?.adjustsFontForContentSizeCategory = true moreButton.contentMode = .scaleToFill