Quellcode durchsuchen

center indicators in ContactCells lower row

cyberta vor 5 Jahren
Ursprung
Commit
ca82c3324a
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      deltachat-ios/View/ContactCell.swift

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

@@ -32,7 +32,7 @@ class ContactCell: UITableViewCell {
         let stackView = UIStackView(arrangedSubviews: [subtitleLabel, deliveryStatusIndicator, archivedIndicator, unreadMessageCounter])
         stackView.axis = .horizontal
         stackView.spacing = 10
-        stackView.alignment = .firstBaseline
+        stackView.alignment = .center
         return stackView
     }()