mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2024-12-20 22:34:10 +01:00
Prevent star image from distorting.
This commit is contained in:
parent
81f7332f3c
commit
895b9c44f8
@ -25,7 +25,7 @@ class MasterTimelineTableViewCell: UITableViewCell {
|
||||
}()
|
||||
|
||||
private lazy var starView = {
|
||||
return UIImageView(image: AppAssets.timelineStarImage)
|
||||
return NonIntrinsicImageView(image: AppAssets.timelineStarImage)
|
||||
}()
|
||||
|
||||
private lazy var textFields = {
|
||||
|
Loading…
Reference in New Issue
Block a user