Explorar o código

set stackview.alignment to .firstBaseline fixed the issue

nayooti %!s(int64=5) %!d(string=hai) anos
pai
achega
3118c23243
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      deltachat-ios/View/ContactCell.swift

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

@@ -16,6 +16,7 @@ class ContactCell: UITableViewCell {
     lazy var toplineStackView: UIStackView = {
         let stackView = UIStackView(arrangedSubviews: [titleLabel, pinnedIndicator, timeLabel, locationStreamingIndicator])
         stackView.axis = .horizontal
+        stackView.alignment = .firstBaseline
         stackView.spacing = 4
         return stackView
     }()