aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/accessibility/content/Button.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/accessibility/content/Button.qml')
-rw-r--r--examples/quick/accessibility/content/Button.qml3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/quick/accessibility/content/Button.qml b/examples/quick/accessibility/content/Button.qml
index f9eb5b4fab..e1f465da60 100644
--- a/examples/quick/accessibility/content/Button.qml
+++ b/examples/quick/accessibility/content/Button.qml
@@ -66,13 +66,14 @@ Rectangle {
border.width: 2
border.color: "black";
radius: 10
+ antialiasing: true
Text {
id: buttonText
text: parent.description
anchors.centerIn: parent
font.pixelSize: parent.height * .5
- style: Text.Sunken; color: "white"; styleColor: "black"; smooth: true
+ style: Text.Sunken; color: "white"; styleColor: "black"
}
MouseArea {