~etherpulse/podbird/bottom_edge

« back to all changes in this revision

Viewing changes to app/ui/PlayerControls.qml

  • Committer: Eran Uzan
  • Date: 2017-06-10 21:44:35 UTC
  • Revision ID: etherpulse@gmail.com-20170610214435-85wcnwloirmrkjwv
Added bottom edge support toggle in setting page

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 
23
23
Rectangle {
24
24
    id: controlRect
 
25
 
25
26
    property var bottomEdge: null
 
27
 
26
28
    color: podbird.appTheme.bottomBarBackground
27
29
 
28
30
    MouseArea {