Use 24x24 size icons for feeds. Issue #1208

This commit is contained in:
Maurice Parker 2019-10-29 16:39:42 -05:00
parent 46cd259110
commit 032da1894a
2 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ import RSCore
struct MasterFeedTableViewCellLayout {
private static let editingControlIndent = CGFloat(integerLiteral: 40)
private static let imageSize = CGSize(width: 32, height: 32)
private static let imageSize = CGSize(width: 24, height: 24)
private static let imageMarginRight = CGFloat(integerLiteral: 11)
private static let unreadCountMarginLeft = CGFloat(integerLiteral: 8)
private static let unreadCountMarginRight = CGFloat(integerLiteral: 16)