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

« back to all changes in this revision

Viewing changes to TimeLineHeader.qml

  • Committer: Kunal Parmar
  • Date: 2015-02-19 13:50:29 UTC
  • mfrom: (599 trunk)
  • mto: This revision was merged to the branch mainline in revision 600.
  • Revision ID: pkunal.parmar@gmail.com-20150219135029-zdvyum5t747ocdl2
mergeĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
 
45
45
            Label{
46
46
                id: weekNumLabel
47
 
                text: "W"+ root.startDay.weekNumber()
 
47
                objectName: "weeknumber"
 
48
                text: i18n.tr("W") + root.weekNumber
48
49
                fontSize: "small"
49
50
                height: units.gu(5)
50
51
                width: parent.width
145
146
 
146
147
                TimeLineHeaderComponent{
147
148
                    objectName: "timelineHeader"
148
 
                    startDay: headerRoot.startDay 
 
149
                    startDay: headerRoot.startDay
149
150
                    type: ViewType.ViewTypeWeek
150
151
                    width: parent.width
151
152
                    height: units.gu(5)