From cf2791a246c68bff6664843733ff661335db3d79 Mon Sep 17 00:00:00 2001 From: Sander Ferdinand Date: Wed, 27 Dec 2017 00:53:21 +0100 Subject: New history page, including the mobile version. --- components/StandardButton.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'components/StandardButton.qml') diff --git a/components/StandardButton.qml b/components/StandardButton.qml index 0429c77e..02e08be8 100644 --- a/components/StandardButton.qml +++ b/components/StandardButton.qml @@ -62,7 +62,7 @@ Item { color: parent.enabled ? Style.buttonBackgroundColor : Style.buttonBackgroundColorDisabled border.width: parent.focus ? 1 : 0 - MouseArea{ + MouseArea { anchors.fill: parent cursorShape: Qt.PointingHandCursor hoverEnabled: true -- cgit v1.2.3