summaryrefslogtreecommitdiffstats
path: root/examples/declarative/scrollbar/display.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/declarative/scrollbar/display.qml')
-rw-r--r--examples/declarative/scrollbar/display.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/declarative/scrollbar/display.qml b/examples/declarative/scrollbar/display.qml
index 1359c4b..639a8cc 100644
--- a/examples/declarative/scrollbar/display.qml
+++ b/examples/declarative/scrollbar/display.qml
@@ -18,8 +18,8 @@ Rectangle {
State {
name: "ShowBars"
when: View.moving
- SetProperties { target: SBV; opacity: 1 }
- SetProperties { target: SBH; opacity: 1 }
+ PropertyChanges { target: SBV; opacity: 1 }
+ PropertyChanges { target: SBH; opacity: 1 }
}
]
transitions: [