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

« back to all changes in this revision

Viewing changes to TimeLineBaseComponent.qml

  • Committer: Nekhelesh Ramananthan
  • Date: 2014-09-19 12:45:45 UTC
  • mto: This revision was merged to the branch mainline in revision 462.
  • Revision ID: krnekhelesh@gmail.com-20140919124545-071nfv3q0d4vgazu
Small finishing tweaks to dayview

Show diffs side-by-side

added added

removed removed

Lines of Context:
120
120
 
121
121
            Row {
122
122
                id: week
123
 
                anchors.fill: parent
 
123
 
 
124
                anchors {
 
125
                    fill: parent
 
126
                    leftMargin: type == ViewType.ViewTypeWeek ? units.gu(0)
 
127
                                                              : units.gu(10)
 
128
 
 
129
                    rightMargin: type == ViewType.ViewTypeWeek ? units.gu(0)
 
130
                                                              : units.gu(4)
 
131
                }
124
132
 
125
133
                Repeater {
126
134
                    model: type == ViewType.ViewTypeWeek ? 7 : 1