mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Use 24x24 size icons for feeds. Issue #1208
This commit is contained in:
@@ -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)
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user