Knock the corner off the inner image when it is visible
This commit is contained in:
parent
80a5a539e8
commit
0a2cbfde22
|
@ -29,6 +29,8 @@ final class TimelineAvatarView: NSView {
|
|||
imageView.animates = false
|
||||
imageView.imageAlignment = .alignCenter
|
||||
imageView.imageScaling = .scaleProportionallyUpOrDown
|
||||
imageView.layer.cornerRadius = 2.0
|
||||
imageView.clipsToBounds = true
|
||||
return imageView
|
||||
}()
|
||||
|
||||
|
|
Loading…
Reference in New Issue