diff --git a/Classes/Issues/Merge/IssueMergeSectionController.swift b/Classes/Issues/Merge/IssueMergeSectionController.swift index 1cb4c6e54..221f2778b 100644 --- a/Classes/Issues/Merge/IssueMergeSectionController.swift +++ b/Classes/Issues/Merge/IssueMergeSectionController.swift @@ -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 diff --git a/Resources/Assets.xcassets/splash_branches.imageset/Contents.json b/Resources/Assets.xcassets/splash_branches.imageset/Contents.json index 6eee64548..7a89710ec 100644 --- a/Resources/Assets.xcassets/splash_branches.imageset/Contents.json +++ b/Resources/Assets.xcassets/splash_branches.imageset/Contents.json @@ -1,5 +1,9 @@ { "images" : [ + { + "idiom" : "universal", + "scale" : "1x" + }, { "idiom" : "universal", "filename" : "splash_branches@2x.png",