Skip to content

Commit e58df18

Browse files
committed
Set the indent size for lists to be 36pt
1 parent 6c53b67 commit e58df18

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Aztec/Classes/Constants/Metrics.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ public enum Metrics {
88

99
public static var defaultIndentation = CGFloat(12)
1010
public static var maxIndentation = CGFloat(200)
11-
public static var listTextIndentation = CGFloat(16)
11+
public static var listTextIndentation = CGFloat(36)
1212
public static var tabStepInterval = 8
1313
public static var tabStepCount = 12
1414
public static var paragraphSpacing = CGFloat(6)

Example/Example/ViewController.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ class ViewController: UITableViewController
2020
DemoRow(title: "Image Overlays", action: { self.showEditorDemo(filename: "imagesOverlays") }),
2121
DemoRow(title: "Video Demo", action: { self.showEditorDemo(filename: "video", wordPressMode: false) }),
2222
DemoRow(title: "Failed Media", action: { self.showEditorDemo(filename: "failedMedia") }),
23+
DemoRow(title: "Big Lists", action: { self.showEditorDemo(filename: "bigLists") }),
2324
DemoRow(title: "Empty Demo", action: { self.showEditorDemo() })
2425
]
2526
),

0 commit comments

Comments
 (0)