Tweak indent level to something less dramatic.

This commit is contained in:
Maurice Parker 2019-04-20 11:13:02 -05:00
parent f01517d184
commit a9ef76d8fc
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ import RSCore
struct MasterTableViewCellLayout {
private static let indent = CGFloat(integerLiteral: 20)
private static let indent = CGFloat(integerLiteral: 14)
private static let editingControlIndent = CGFloat(integerLiteral: 40)
private static let imageSize = CGSize(width: 16, height: 16)
private static let marginLeft = CGFloat(integerLiteral: 8)