~pkunal-parmar/ubuntu-calendar-app/MonthYearView-Redesign

« back to all changes in this revision

Viewing changes to TimeLineBaseComponent.qml

  • Committer: Kunal Parmar
  • Date: 2014-12-11 20:21:48 UTC
  • mto: This revision was merged to the branch mainline in revision 556.
  • Revision ID: pkunal.parmar@gmail.com-20141211202148-6pdv3i0rnw6oypic
Using Time Scale component

Show diffs side-by-side

added added

removed removed

Lines of Context:
114
114
 
115
115
        clip: true
116
116
 
117
 
        TimeLineBackground {}
 
117
        Row {
 
118
            width: parent.width
 
119
            height: timeLineView.contentHeight
 
120
            TimeLineTimeScale{ id: timeScale }
 
121
            TimeLineBackground { width: parent.width - x}
 
122
        }
118
123
 
119
124
        Row {
120
125
            id: week