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

« back to all changes in this revision

Viewing changes to TimeLineBackground.qml

  • Committer: Kunal Parmar
  • Date: 2014-12-11 20:29:27 UTC
  • mto: This revision was merged to the branch mainline in revision 556.
  • Revision ID: pkunal.parmar@gmail.com-20141211202927-g0z79pd23gnuj2wt
Divider component added

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
            width: parent.width
28
28
            height: units.gu(8)
29
29
 
30
 
            Rectangle{
31
 
                 height: units.gu(0.1)
32
 
                 width: parent.width
33
 
                 color: "#e5e2e2"
34
 
            }
 
30
            SimpleDivider{}
35
31
        }
36
32
    }
37
33
}