Sfoglia il codice sorgente

round corners of drafted images a little bit

cyberta 4 anni fa
parent
commit
406aa22b85
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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
     }()