~popey/ubuntu-calendar-app/new-icon

« back to all changes in this revision

Viewing changes to WeekView.qml

  • Committer: Andrea Cerisara
  • Date: 2013-10-28 21:08:48 UTC
  • mto: This revision was merged to the branch mainline in revision 163.
  • Revision ID: andreacerisara@gmail.com-20131028210848-d70nmsxz2w70btzk
Added autopilot tests for the weekly view.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 
21
21
    TimeLineHeader{
22
22
        id: weekHeader
 
23
        objectName: "weekHeader"
23
24
        type: typeWeek
24
25
        date: weekViewPath.weekStart
25
26
    }