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