aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/keyinteraction/focus/Core/ListViewDelegate.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/keyinteraction/focus/Core/ListViewDelegate.qml')
-rw-r--r--examples/quick/keyinteraction/focus/Core/ListViewDelegate.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/quick/keyinteraction/focus/Core/ListViewDelegate.qml b/examples/quick/keyinteraction/focus/Core/ListViewDelegate.qml
index b28b02616d..76e91643bf 100644
--- a/examples/quick/keyinteraction/focus/Core/ListViewDelegate.qml
+++ b/examples/quick/keyinteraction/focus/Core/ListViewDelegate.qml
@@ -48,10 +48,10 @@ Item {
id: content
anchors.centerIn: parent; width: container.width - 40; height: container.height - 10
color: "transparent"
- smooth: true
+ antialiasing: true
radius: 10
- Rectangle { anchors.fill: parent; anchors.margins: 3; color: "#91AA9D"; smooth: true; radius: 8 }
+ Rectangle { anchors.fill: parent; anchors.margins: 3; color: "#91AA9D"; antialiasing: true; radius: 8 }
}
Text {