Explorar el Código

tweak delivery indicator

B. Petersen hace 5 años
padre
commit
11295f2ae9
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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