mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2024-12-22 23:58:36 +01:00
Slightly round the inner image for avatars
This commit is contained in:
parent
9f991b78b2
commit
f24799f16a
@ -22,6 +22,8 @@ final class MasterTimelineAvatarView: UIView {
|
||||
private let imageView: UIImageView = {
|
||||
let imageView = NonIntrinsicImageView(image: AppAssets.faviconTemplateImage)
|
||||
imageView.contentMode = .scaleAspectFit
|
||||
imageView.clipsToBounds = true
|
||||
imageView.layer.cornerRadius = 2.0
|
||||
return imageView
|
||||
}()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user