Merge branch 'master' of https://github.com/brentsimmons/NetNewsWire
This commit is contained in:
commit
9ea5a0ce1f
|
@ -11,7 +11,7 @@ import RSCore
|
|||
|
||||
struct MasterTimelineDefaultCellLayout: MasterTimelineCellLayout {
|
||||
|
||||
static let cellPadding = UIEdgeInsets(top: 8, left: 8, bottom: 8, right: 16)
|
||||
static let cellPadding = UIEdgeInsets(top: 12, left: 8, bottom: 12, right: 20)
|
||||
|
||||
static let unreadCircleMarginLeft = CGFloat(integerLiteral: 0)
|
||||
static let unreadCircleDimension = CGFloat(integerLiteral: 12)
|
||||
|
|
Loading…
Reference in New Issue