mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2024-12-20 22:34:10 +01:00
Remove content mode from avatar as they are prescaled.
This commit is contained in:
parent
6355e3f007
commit
b62565f651
@ -19,9 +19,7 @@ class MasterTimelineTableViewCell: UITableViewCell {
|
||||
private let feedNameView = MasterTimelineTableViewCell.singleLineUILabel()
|
||||
|
||||
private lazy var avatarImageView: UIImageView = {
|
||||
let imageView = NonIntrinsicImageView(image: AppAssets.feedImage)
|
||||
imageView.contentMode = .scaleAspectFit
|
||||
return imageView
|
||||
return NonIntrinsicImageView(image: AppAssets.feedImage)
|
||||
}()
|
||||
|
||||
private lazy var starView = {
|
||||
|
Loading…
Reference in New Issue
Block a user