summaryrefslogtreecommitdiffstats
path: root/examples/declarative/aspectratio/scale_and_crop.qml
diff options
context:
space:
mode:
authorNigel Hietala <nigel.hietala@nokia.com>2010-02-22 14:34:01 (GMT)
committerNigel Hietala <nigel.hietala@nokia.com>2010-02-22 14:34:01 (GMT)
commite194fc49b3902edf6e0f4d13412730a67159b24c (patch)
tree96916fe607deb53daf75c1901bf577c7503726d1 /examples/declarative/aspectratio/scale_and_crop.qml
parent66818ea9bc50af50bb26515cf667fe1c0c62a12d (diff)
downloadQt-e194fc49b3902edf6e0f4d13412730a67159b24c.zip
Qt-e194fc49b3902edf6e0f4d13412730a67159b24c.tar.gz
Qt-e194fc49b3902edf6e0f4d13412730a67159b24c.tar.bz2
Updated based on change to transformOrign
Diffstat (limited to 'examples/declarative/aspectratio/scale_and_crop.qml')
-rw-r--r--examples/declarative/aspectratio/scale_and_crop.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/declarative/aspectratio/scale_and_crop.qml b/examples/declarative/aspectratio/scale_and_crop.qml
index 283e24b..2e2b6ed 100644
--- a/examples/declarative/aspectratio/scale_and_crop.qml
+++ b/examples/declarative/aspectratio/scale_and_crop.qml
@@ -12,6 +12,7 @@ Rectangle {
Image {
id: face
smooth: true
+ anchors.centerIn: parent
source: "pics/face.png"
x: (parent.width-width*scale)/2
y: (parent.height-height*scale)/2