Skip to content

Commit

Permalink
Fix control frame calculation
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben-G committed Dec 15, 2015
1 parent e9d3f91 commit ba8b73c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SwiftFlowRecorder/RecordingStore.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ public class RecordingMainStore: MainStore {
let recordingPath: String?

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

var loadedActions: [Action] = [] {
didSet {
Expand Down

0 comments on commit ba8b73c

Please sign in to comment.