~vthompson/ubuntu-calendar-app/update-app-colors

« back to all changes in this revision

Viewing changes to TimeLineBaseComponent.qml

  • Committer: Tarmac
  • Author(s): Kunal Parmar
  • Date: 2014-03-27 07:25:11 UTC
  • mfrom: (220.1.1 ubuntu-calendar-app)
  • Revision ID: tarmac-20140327072511-c4o3ut98uw5qc3mq
fixes Bug #1294681

Added parallax effect in case of long event. Fixes: https://bugs.launchpad.net/bugs/1294681.

Approved by Mihir Soni, Ubuntu Phone Apps Jenkins Bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
95
95
            anchors.right: parent.right
96
96
            anchors.leftMargin: units.gu(0.1)
97
97
            anchors.rightMargin: units.gu(0.1)
 
98
            flickable: timeLineView
98
99
            clip: true
99
100
        }
100
101
    }