Explorar o código

Merge pull request #590 from deltachat/truncatedLabels

Fixed truncated labels in ContactCell
cyBerta %!s(int64=5) %!d(string=hai) anos
pai
achega
a0d767c73b
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 = {
     lazy var toplineStackView: UIStackView = {
         let stackView = UIStackView(arrangedSubviews: [titleLabel, pinnedIndicator, timeLabel, locationStreamingIndicator])
         let stackView = UIStackView(arrangedSubviews: [titleLabel, pinnedIndicator, timeLabel, locationStreamingIndicator])
         stackView.axis = .horizontal
         stackView.axis = .horizontal
+        stackView.alignment = .firstBaseline
         stackView.spacing = 4
         stackView.spacing = 4
         return stackView
         return stackView
     }()
     }()