瀏覽代碼

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
     }()