26 property real topMarginProgress
30 property real heightDifference: root.height - appImage.implicitHeight
35 anchors.fill: appImage
36 anchors.margins: -units.gu(2)
37 source:
"graphics/dropshadow.png"
44 bottom: parent.bottom;
46 topMargin: priv.heightDifference * Math.max(0, 1 - root.topMarginProgress)
48 source: model.screenshot
52 anchors.fill: appImage
53 onClicked: root.clicked()