mirror of
https://github.com/zhigang1992/GitHawk.git
synced 2026-04-30 21:11:45 +08:00
more padding above merge unit (#1994)
This commit is contained in:
@@ -27,7 +27,7 @@ ListBindingSectionControllerSelectionDelegate {
|
||||
dataSource = self
|
||||
selectionDelegate = self
|
||||
let row = Styles.Sizes.rowSpacing
|
||||
inset = UIEdgeInsets(top: row, left: 0, bottom: row, right: 0)
|
||||
inset = UIEdgeInsets(top: 3*row, left: 0, bottom: row, right: 0)
|
||||
}
|
||||
|
||||
// MARK: Private API
|
||||
|
||||
Reference in New Issue
Block a user