aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/positioners/positioners-transitions.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/positioners/positioners-transitions.qml')
-rw-r--r--examples/quick/positioners/positioners-transitions.qml7
1 files changed, 4 insertions, 3 deletions
diff --git a/examples/quick/positioners/positioners-transitions.qml b/examples/quick/positioners/positioners-transitions.qml
index fbaa05c81c..d4f3772c4e 100644
--- a/examples/quick/positioners/positioners-transitions.qml
+++ b/examples/quick/positioners/positioners-transitions.qml
@@ -48,6 +48,7 @@
**
****************************************************************************/
+import QtQml 2.0
import QtQuick 2.0
Item {
@@ -215,9 +216,9 @@ Item {
opacity: page.effectiveOpacity
}
- Rectangle { color: "#80c342"; width:page. smallSize; height: page.smallSize }
- Rectangle { color: "#14aaff"; width: smallSize; height: page.smallSize }
- Rectangle { color: "#6400aa"; width: page.page.smallSize; height: page.smallSize }
+ Rectangle { color: "#80c342"; width: page.smallSize; height: page.smallSize }
+ Rectangle { color: "#14aaff"; width: page.smallSize; height: page.smallSize }
+ Rectangle { color: "#6400aa"; width: page.smallSize; height: page.smallSize }
}
Flow {