~pkunal-parmar/ubuntu-calendar-app/ICalImport

« back to all changes in this revision

Viewing changes to DayView.qml

  • Committer: Kunal Parmar
  • Date: 2013-09-04 12:59:33 UTC
  • mfrom: (108 trunk)
  • mto: This revision was merged to the branch mainline in revision 109.
  • Revision ID: pkunal.parmar@gmail.com-20130904125933-b63q8ubnp7dahosl
mergeĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 
21
21
        anchors.top: parent.top
22
22
        anchors.topMargin: units.gu(1.5)
 
23
 
23
24
        width: parent.width
24
25
        height: parent.height - units.gu(3)
25
26
 
41
42
 
42
43
            width: parent.width
43
44
            height: parent.height
 
45
 
44
46
            startDay: getStartDay().addDays(-1);
45
47
 
46
48
            function getStartDay() {