Browse Source

round corners of drafted images a little bit

cyberta 4 năm trước cách đây
mục cha
commit
406aa22b85
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      deltachat-ios/Chat/Views/MediaPreview.swift

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

@@ -11,6 +11,7 @@ class MediaPreview: DraftPreview {
         imageView.translatesAutoresizingMaskIntoConstraints = false
         imageView.contentMode = .scaleAspectFit
         imageView.clipsToBounds = true
+        imageView.layer.cornerRadius = 4
         return imageView
     }()