Skip to content

Commit

Permalink
Revert "truncate subtitle as needed"
Browse files Browse the repository at this point in the history
This reverts commit 82e99b4.
  • Loading branch information
r10s committed Oct 26, 2023
1 parent 4d3bb03 commit bb4e1f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deltachat-ios/View/ChatTitleView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ class ChatTitleView: UIView {
subtitleLabel.translatesAutoresizingMaskIntoConstraints = false
subtitleLabel.font = UIFont.systemFont(ofSize: 12)
subtitleLabel.textAlignment = .center
subtitleLabel.setContentCompressionResistancePriority(.required, for: .horizontal)
return subtitleLabel
}()

Expand Down

0 comments on commit bb4e1f6

Please sign in to comment.