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