aboutsummaryrefslogtreecommitdiffstats
path: root/examples/tutorials/gettingStartedQml/core/Button.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tutorials/gettingStartedQml/core/Button.qml')
-rw-r--r--examples/tutorials/gettingStartedQml/core/Button.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/tutorials/gettingStartedQml/core/Button.qml b/examples/tutorials/gettingStartedQml/core/Button.qml
index 9ea8c6dfff..aa93c55c79 100644
--- a/examples/tutorials/gettingStartedQml/core/Button.qml
+++ b/examples/tutorials/gettingStartedQml/core/Button.qml
@@ -64,7 +64,7 @@ Rectangle {
//set appearance properties
radius: 6
- smooth: true
+ antialiasing: true
border { width: 2; color: borderColor }
width: buttonWidth; height: buttonHeight