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.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/quick/accessibility/content/Button.qml b/examples/quick/accessibility/content/Button.qml
index 8afc1978ee..4034f074a9 100644
--- a/examples/quick/accessibility/content/Button.qml
+++ b/examples/quick/accessibility/content/Button.qml
@@ -64,8 +64,7 @@ Rectangle {
GradientStop { position: 1.0;
color: button.focus ? "red" : "blue" }
}
- // border.width: 1
- //border.color: "black";
+
radius: 5
antialiasing: true
@@ -84,5 +83,6 @@ Rectangle {
anchors.fill: parent
onClicked: parent.clicked()
}
+
Keys.onSpacePressed: clicked()
}