aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/imageelements/content/ShadowRectangle.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/imageelements/content/ShadowRectangle.qml')
-rw-r--r--examples/quick/imageelements/content/ShadowRectangle.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/quick/imageelements/content/ShadowRectangle.qml b/examples/quick/imageelements/content/ShadowRectangle.qml
index 4ce8915b01..ac24f78c8f 100644
--- a/examples/quick/imageelements/content/ShadowRectangle.qml
+++ b/examples/quick/imageelements/content/ShadowRectangle.qml
@@ -48,7 +48,7 @@ Item {
anchors.fill: rectangle
anchors { leftMargin: -6; topMargin: -6; rightMargin: -8; bottomMargin: -8 }
border { left: 10; top: 10; right: 10; bottom: 10 }
- source: "shadow.png"; smooth: true
+ source: "shadow.png"
}
//! [shadow]