Browse Source

Merge pull request #256 from deltachat/tweak-delivery-indicator

tweak delivery indicator
björn petersen 5 years ago
parent
commit
d4e9d698a5
1 changed files with 2 additions and 2 deletions
  1. 2 2
      deltachat-ios/View/ContactCell.swift

+ 2 - 2
deltachat-ios/View/ContactCell.swift

@@ -125,8 +125,8 @@ class ContactCell: UITableViewCell {
         initialsLabel.center = avatar.center
 
         deliveryStatusIndicator.translatesAutoresizingMaskIntoConstraints = false
-        deliveryStatusIndicator.heightAnchor.constraint(equalToConstant: 15).isActive = true
-        deliveryStatusIndicator.widthAnchor.constraint(equalToConstant: 15).isActive = true
+        deliveryStatusIndicator.heightAnchor.constraint(equalToConstant: 20).isActive = true
+        deliveryStatusIndicator.widthAnchor.constraint(equalToConstant: 20).isActive = true
 
         let myStackView = UIStackView()
         myStackView.translatesAutoresizingMaskIntoConstraints = false