~nik90/ubuntu-clock-app/fix-jarring-alarm-header

« back to all changes in this revision

Viewing changes to app/upstreamcomponents/PageWithBottomEdge.qml

  • Committer: Nekhelesh Ramananthan
  • Date: 2014-09-01 16:37:21 UTC
  • Revision ID: krnekhelesh@gmail.com-20140901163721-1j6ks6asdtx30uus
Fixed z ordering

Show diffs side-by-side

added added

removed removed

Lines of Context:
159
159
            right: parent.right
160
160
        }
161
161
        y: -units.gu(9)
162
 
        z: 1000
 
162
        z: bgVisual.z + 1
163
163
 
164
164
        Behavior on y {
165
165
            UbuntuNumberAnimation {