Skip to content

Commit

Permalink
[MobilePlayerControlsView] 8 pt right margin to duration label in def…
Browse files Browse the repository at this point in the history
…ault setup
  • Loading branch information
isair committed Dec 10, 2015
1 parent 309aaf0 commit 9117128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MobilePlayer/Views/MobilePlayerControlsView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ final class MobilePlayerControlsView: UIView {
bottomBar.addElementUsingConfig(ToggleButtonConfig(dictionary: ["type": "toggleButton", "identifier": "play"]))
bottomBar.addElementUsingConfig(LabelConfig(dictionary: ["type": "label", "identifier": "currentTime"]))
bottomBar.addElementUsingConfig(SliderConfig(dictionary: ["type": "slider", "identifier": "playback"]))
bottomBar.addElementUsingConfig(LabelConfig(dictionary: ["type": "label", "identifier": "duration"]))
bottomBar.addElementUsingConfig(LabelConfig(dictionary: ["type": "label", "identifier": "duration", "marginRight": 8]))
}
addSubview(bottomBar)
}
Expand Down

0 comments on commit 9117128

Please sign in to comment.