~popey/ubuntu-calendar-app/new-icon

« back to all changes in this revision

Viewing changes to calendar.qml

  • Committer: Frank Mertens
  • Date: 2013-03-27 11:44:20 UTC
  • mto: This revision was merged to the branch mainline in revision 11.
  • Revision ID: frank@cyblogic.de-20130327114420-c41f6v12k041oa9e
MissingĀ file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
        id: monthView
40
40
        onMonthStartChanged: tabs.selectedTabIndex = monthStart.getMonth()
41
41
        y: pageArea.y
 
42
        onMovementEnded: eventView.currentDayStart
42
43
    }
43
44
 
44
45
    EventView {
51
52
        width: mainView.width
52
53
        height: parent.height - monthView.compressedHeight - monthView.y
53
54
 
54
 
        currentDayStart: monthView.currentDayStart
 
55
        // currentDayStart: monthView.currentDayStart
55
56
        expanded: !monthView.compressed
56
57
 
57
58
        Component.onCompleted: {