Skip to content

Commit

Permalink
Improve event spacing to give better context (GitHawkApp#2523)
Browse files Browse the repository at this point in the history
  • Loading branch information
akarataev committed Mar 9, 2019
1 parent f0a62aa commit 8461640
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Classes/Issues/Renamed/IssueRenamedCell.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ protocol IssueRenamedCellDelegate: class {
final class IssueRenamedCell: UICollectionViewCell {

static let titleInset = UIEdgeInsets(
top: Styles.Sizes.labelEventHeight,
top: Styles.Sizes.labelEventHeight - Styles.Sizes.rowSpacing,
left: 0,
bottom: Styles.Sizes.rowSpacing,
right: 0
Expand Down Expand Up @@ -47,7 +47,6 @@ final class IssueRenamedCell: UICollectionViewCell {
make.left.equalTo(actorLabel.snp.right).offset(Styles.Sizes.inlineSpacing)
make.centerY.equalTo(actorLabel)
}

contentView.addSubview(titleView)
}

Expand Down

0 comments on commit 8461640

Please sign in to comment.