aboutsummaryrefslogtreecommitdiffstats
path: root/examples/qml/dynamicscene/content/Button.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qml/dynamicscene/content/Button.qml')
-rw-r--r--examples/qml/dynamicscene/content/Button.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/qml/dynamicscene/content/Button.qml b/examples/qml/dynamicscene/content/Button.qml
index ba7db501cc..c299f190ab 100644
--- a/examples/qml/dynamicscene/content/Button.qml
+++ b/examples/qml/dynamicscene/content/Button.qml
@@ -49,7 +49,7 @@ Rectangle {
height: text.height + 10; width: text.width + 20
border.width: 1
radius: 4
- smooth: true
+ antialiasing: true
gradient: Gradient {
GradientStop {