Skip to content

Commit ba8b73c

Browse files
committedDec 15, 2015
Fix control frame calculation
1 parent e9d3f91 commit ba8b73c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎SwiftFlowRecorder/RecordingStore.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ public class RecordingMainStore: MainStore {
2020
let recordingPath: String?
2121

2222
/// Position of the rewind/replay control from the bottom of the screen
23-
/// defaults to -100
24-
public var rewindControlYOffset: CGFloat = -100
23+
/// defaults to 100
24+
public var rewindControlYOffset: CGFloat = 100
2525

2626
var loadedActions: [Action] = [] {
2727
didSet {

0 commit comments

Comments
 (0)