فهرست منبع

center indicators in ContactCells lower row

cyberta 5 سال پیش
والد
کامیت
ca82c3324a
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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
     }()