summaryrefslogtreecommitdiffstats
path: root/examples/declarative/fillmode/fillmode.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/declarative/fillmode/fillmode.qml')
-rw-r--r--examples/declarative/fillmode/fillmode.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/declarative/fillmode/fillmode.qml b/examples/declarative/fillmode/fillmode.qml
index ec3717f..ab0f81c 100644
--- a/examples/declarative/fillmode/fillmode.qml
+++ b/examples/declarative/fillmode/fillmode.qml
@@ -4,7 +4,7 @@ Image {
width: 400
height: 250
source: "face.png"
- fillMode: SequentialAnimation {
+ SequentialAnimation on fillMode {
repeat: true
PropertyAction { value: Image.Stretch }
PropertyAction { target: label; property: "text"; value: "Stretch" }