~artmello/ubuntu-calendar-app/ubuntu-calendar-app-fix_1373945

« back to all changes in this revision

Viewing changes to NewEventBottomEdge.qml

  • Committer: Arthur Mello
  • Date: 2016-03-17 13:12:21 UTC
  • Revision ID: arthur.mello@canonical.com-20160317131221-9u24be3d2j2sox9d
Do not use QtOrganizer to store the default calendar

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
    property var eventModel: null
28
28
    property var date: new Date()
29
29
    property int reminderValue
 
30
    property string collectionId
30
31
 
31
32
    // WORKAROUND: BottomEdge component loads the page async while draging it
32
33
    // this cause a very bad visual.
95
96
            implicitWidth: bottomEdge.width
96
97
            implicitHeight: bottomEdge.height
97
98
            reminderValue: bottomEdge.reminderValue
 
99
            collectionId: bottomEdge.collectionId
98
100
            model: bottomEdge.eventModel
99
101
            date: bottomEdge.date
100
102
            enabled: bottomEdge.status === BottomEdge.Committed