Преглед на файлове

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