aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/doc/snippets/qml/reusablecomponents/focusbutton.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/doc/snippets/qml/reusablecomponents/focusbutton.qml')
-rw-r--r--src/qml/doc/snippets/qml/reusablecomponents/focusbutton.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/doc/snippets/qml/reusablecomponents/focusbutton.qml b/src/qml/doc/snippets/qml/reusablecomponents/focusbutton.qml
index 34fc6294e2..535641e526 100644
--- a/src/qml/doc/snippets/qml/reusablecomponents/focusbutton.qml
+++ b/src/qml/doc/snippets/qml/reusablecomponents/focusbutton.qml
@@ -59,7 +59,7 @@ FocusScope {
//! [properties]
width: 145; height: 60
color: "blue"
- smooth: true; radius: 9
+ antialiasing: true; radius: 9
property alias text: label.text
//! [properties]
border {color: "#B9C5D0"; width: 1}