فهرست منبع

show up to 3 lines of quoted text

B. Petersen 4 سال پیش
والد
کامیت
1fad15f9d5
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      deltachat-ios/Chat/Views/QuoteView.swift

+ 1 - 0
deltachat-ios/Chat/Views/QuoteView.swift

@@ -15,6 +15,7 @@ public class QuoteView: UIView {
         let view = UILabel()
         let view = UILabel()
         view.font = UIFont.preferredFont(for: .subheadline, weight: .regular)
         view.font = UIFont.preferredFont(for: .subheadline, weight: .regular)
         view.textColor = DcColors.grayTextColor
         view.textColor = DcColors.grayTextColor
+        view.numberOfLines = 3
         view.translatesAutoresizingMaskIntoConstraints = false
         view.translatesAutoresizingMaskIntoConstraints = false
         return view
         return view
     }()
     }()