~mihirsoni/ubuntu-calendar-app/AgendaViewDesignFix-3

« back to all changes in this revision

Viewing changes to WeekView.qml

  • Committer: Kunal Parmar
  • Date: 2013-09-28 09:37:52 UTC
  • mto: This revision was merged to the branch mainline in revision 153.
  • Revision ID: pkunal.parmar@gmail.com-20130928093752-6hhmsea2xmtns5uk
Background added to day labels

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
    property var dayStart: new Date();
10
10
    anchors.top: parent.top
11
11
    anchors.topMargin: units.gu(1.5)
 
12
    spacing: units.gu(1)
12
13
 
13
14
    anchors.fill: parent
14
15