~nik90/ubuntu-calendar-app/revamp-eventdetails-page

« back to all changes in this revision

Viewing changes to NewEventBottomEdge.qml

  • Committer: Nekhelesh Ramananthan
  • Date: 2016-03-07 18:26:59 UTC
  • mfrom: (771.2.1 trunk)
  • Revision ID: krnekhelesh@gmail.com-20160307182659-9k433le1yct4yiky
mergedĀ lp:ubuntu-calendar-app

Show diffs side-by-side

added added

removed removed

Lines of Context:
99
99
            active: bottomEdge.status === BottomEdge.Committed
100
100
            visible: (bottomEdge.status !== BottomEdge.Hidden)
101
101
            onCanceled: bottomEdge.collapse()
 
102
            bottomEdgePageStack: bottomEdge.pageStack
102
103
            onEventAdded: {
103
104
                bottomEdge.collapse()
104
105
                bottomEdge.eventCreated(event)