summaryrefslogtreecommitdiffstats
path: root/examples/declarative/ui-components/flipable/qml/flipable/content/Card.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/declarative/ui-components/flipable/qml/flipable/content/Card.qml')
-rw-r--r--examples/declarative/ui-components/flipable/qml/flipable/content/Card.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/declarative/ui-components/flipable/qml/flipable/content/Card.qml b/examples/declarative/ui-components/flipable/qml/flipable/content/Card.qml
index f90e5549..49781aac 100644
--- a/examples/declarative/ui-components/flipable/qml/flipable/content/Card.qml
+++ b/examples/declarative/ui-components/flipable/qml/flipable/content/Card.qml
@@ -49,7 +49,7 @@ Flipable {
property int yAxis: 0
property int angle: 0
- width: front.width; height: front.height
+ width: front.width; height: front.height
front: Image { id: frontImage; smooth: true }
back: Image { source: "back.png"; smooth: true }