~thomir-deactivatedaccount/ubuntu-calendar-app/trunk-fix-ugly-bits

« back to all changes in this revision

Viewing changes to TimeLineHeader.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:
13
13
    interactive: false
14
14
    model:3
15
15
 
16
 
    height: units.gu(10)
 
16
    height: units.gu(8)
17
17
    width: parent.width
18
18
 
19
19
    property var date;
20
20
 
 
21
    DayHeaderBackground{
 
22
        height: FontUtils.sizeToPixels("medium") + units.gu(1.5)
 
23
    }
 
24
 
21
25
    delegate: TimeLineHeaderComponent{
22
26
        type: header.type
23
27
 
24
 
        height: parent.height
25
28
        isCurrentItem: index == header.currentIndex
26
29
 
27
30
        width: {