diff --git a/modules/Volume.qml b/modules/Volume.qml index eae863f..4b61d57 100644 --- a/modules/Volume.qml +++ b/modules/Volume.qml @@ -228,10 +228,9 @@ M.BarSection { font.family: M.Theme.iconFontFamily } - MouseArea { - anchors.fill: parent + TapHandler { cursorShape: Qt.PointingHandCursor - onClicked: root._expanded = !root._expanded + onTapped: root._expanded = !root._expanded } }