Made timeline layout tweaks to make indicator, avatar, and first line of text line up better. Issue #689

This commit is contained in:
Maurice Parker
2019-05-31 17:58:39 -05:00
parent 2d91e64148
commit 00ee775170
2 changed files with 5 additions and 4 deletions

View File

@@ -17,7 +17,7 @@ struct MasterTimelineDefaultCellLayout: MasterTimelineCellLayout {
static let unreadCircleDimension = CGFloat(integerLiteral: 12)
static let unreadCircleMarginRight = CGFloat(integerLiteral: 8)
static let starDimension = CGFloat(integerLiteral: 13)
static let starDimension = CGFloat(integerLiteral: 16)
static let avatarSize = CGSize(width: 48.0, height: 48.0)
static let avatarMarginRight = CGFloat(integerLiteral: 8)