aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/customitems/flipable/content/Card.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/customitems/flipable/content/Card.qml')
-rw-r--r--examples/quick/customitems/flipable/content/Card.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/quick/customitems/flipable/content/Card.qml b/examples/quick/customitems/flipable/content/Card.qml
index 776a8ac1b0..c34dfb288c 100644
--- a/examples/quick/customitems/flipable/content/Card.qml
+++ b/examples/quick/customitems/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 }
back: Image { source: "back.png" }