homescreen: Fix app drawer header buttons not interactable

This commit is contained in:
Devin Lin 2022-05-26 21:58:42 -04:00
parent 3ecc2844fb
commit d74c106ecf

View file

@ -19,6 +19,11 @@ PlasmaCore.ColorScope {
colorGroup: PlasmaCore.Theme.ComplementaryColorGroup
// HACK: Here only to steal inputs the would normally be delivered to home
MouseArea {
anchors.fill: parent
}
RowLayout {
anchors.topMargin: PlasmaCore.Units.smallSpacing
anchors.leftMargin: PlasmaCore.Units.largeSpacing
@ -46,9 +51,4 @@ PlasmaCore.ColorScope {
onClicked: root.switchToGridRequested()
}
}
//HACK: Here only to steal inputs the would normally be delivered to home
MouseArea {
anchors.fill: parent
}
}