~renatofilho/ubuntu-calendar-app/optimize

« back to all changes in this revision

Viewing changes to DayView.qml

  • Committer: Renato Araujo Oliveira Filho
  • Date: 2016-02-24 21:05:20 UTC
  • Revision ID: renato.filho@canonical.com-20160224210520-hrhq7mhmdudpf0yn
Remove debug message.

Show diffs side-by-side

added added

removed removed

Lines of Context:
88
88
        property var startDay: currentDate
89
89
        //This is used to scroll all view together when currentItem scrolls
90
90
        property real childContentY;
91
 
        onChildContentYChanged: console.debug("Child y changed:" + childContentY)
92
91
 
93
92
        anchors {
94
93
            fill: parent