aboutsummaryrefslogtreecommitdiffstats
path: root/examples/tutorials/gettingStartedQml/parts/part2/Button.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tutorials/gettingStartedQml/parts/part2/Button.qml')
-rw-r--r--examples/tutorials/gettingStartedQml/parts/part2/Button.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/tutorials/gettingStartedQml/parts/part2/Button.qml b/examples/tutorials/gettingStartedQml/parts/part2/Button.qml
index aa178f8bf9..51cfb7dd9c 100644
--- a/examples/tutorials/gettingStartedQml/parts/part2/Button.qml
+++ b/examples/tutorials/gettingStartedQml/parts/part2/Button.qml
@@ -60,7 +60,7 @@ Rectangle {
//set appearance properties
radius:10
- smooth: true
+ antialiasing: true
border{color: "white"; width: 3}
width: buttonWidth; height: buttonHeight