aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/pointer/content/TapHandlerButton.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/pointer/content/TapHandlerButton.qml')
-rw-r--r--tests/manual/pointer/content/TapHandlerButton.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manual/pointer/content/TapHandlerButton.qml b/tests/manual/pointer/content/TapHandlerButton.qml
index e40c539686..6724ea896d 100644
--- a/tests/manual/pointer/content/TapHandlerButton.qml
+++ b/tests/manual/pointer/content/TapHandlerButton.qml
@@ -48,7 +48,7 @@ Item {
property alias text: buttonLabel.text
property alias label: buttonLabel
signal clicked
- property alias pressed: th.isPressed
+ property alias pressed: th.pressed
implicitHeight: Math.max(Screen.pixelDensity * 7, buttonLabel.implicitHeight * 1.2)
implicitWidth: Math.max(Screen.pixelDensity * 11, buttonLabel.implicitWidth * 1.3)
height: implicitHeight