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

« back to all changes in this revision

Viewing changes to TimeLineHeader.qml

  • Committer: Kunal Parmar
  • Date: 2013-09-04 13:37:10 UTC
  • mto: This revision was merged to the branch mainline in revision 109.
  • Revision ID: pkunal.parmar@gmail.com-20130904133710-ysaxcuazkjo0l4xj
Theme and some other modification

Show diffs side-by-side

added added

removed removed

Lines of Context:
94
94
                        horizontalAlignment: Text.AlignHCenter
95
95
                        color: {
96
96
                            if( type == typeDay && index == 1 ) {
97
 
                                "#715772"
 
97
                                "white"
98
98
                            } else if( type == typeWeek && date.isSameDay(DateExt.today())){
99
 
                                 "#715772"
 
99
                                 "white"
100
100
                            } else {
101
101
                                "#AEA79F"
102
102
                            }