aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/customitems/dialcontrol/content/Dial.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/customitems/dialcontrol/content/Dial.qml')
-rw-r--r--examples/quick/customitems/dialcontrol/content/Dial.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/quick/customitems/dialcontrol/content/Dial.qml b/examples/quick/customitems/dialcontrol/content/Dial.qml
index c61adee364..688bb95fea 100644
--- a/examples/quick/customitems/dialcontrol/content/Dial.qml
+++ b/examples/quick/customitems/dialcontrol/content/Dial.qml
@@ -63,7 +63,7 @@ Item {
Image {
id: needle
x: 98; y: 33
- smooth: true
+ antialiasing: true
source: "needle.png"
transform: Rotation {
id: needleRotation