فهرست منبع

round corners of drafted images a little bit

cyberta 4 سال پیش
والد
کامیت
406aa22b85
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  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
     }()