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

« back to all changes in this revision

Viewing changes to DayView.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:
17
17
        anchors.top: parent.top
18
18
        anchors.topMargin: units.gu(1.5)
19
19
        width: parent.width; height: parent.height
 
20
        spacing: units.gu(1)
20
21
 
21
22
        ViewHeader{
22
23
            id: viewHeader