aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/canvas/roundedrect/roundedrect.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/canvas/roundedrect/roundedrect.qml')
-rw-r--r--examples/quick/canvas/roundedrect/roundedrect.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/quick/canvas/roundedrect/roundedrect.qml b/examples/quick/canvas/roundedrect/roundedrect.qml
index 568b387fd7..838820958f 100644
--- a/examples/quick/canvas/roundedrect/roundedrect.qml
+++ b/examples/quick/canvas/roundedrect/roundedrect.qml
@@ -53,7 +53,7 @@ Item {
id:canvas
width:320
height:280
- smooth:true
+ antialiasing: true
property int radius: rCtrl.value
property int rectx: rxCtrl.value