~pkunal-parmar/ubuntu-calendar-app/Minor-Performance

« back to all changes in this revision

Viewing changes to DayView.qml

  • Committer: Kunal Parmar
  • Date: 2014-01-25 03:19:04 UTC
  • mto: This revision was merged to the branch mainline in revision 239.
  • Revision ID: pkunal.parmar@gmail.com-20140125031904-q1a128u1q36aa0cd
Key Navigation implemented

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
 
12
12
    property var currentDay: new Date()
13
13
 
 
14
    Keys.forwardTo: [dayViewPath]
 
15
 
14
16
    Column {
15
17
        id: column
16
18
        anchors.top: parent.top