Преглед на файлове

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
     }()