mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 15:03:09 +00:00
homescreen: Fix app drawer header buttons not interactable
This commit is contained in:
parent
3ecc2844fb
commit
d74c106ecf
1 changed files with 5 additions and 5 deletions
|
|
@ -19,6 +19,11 @@ PlasmaCore.ColorScope {
|
||||||
|
|
||||||
colorGroup: PlasmaCore.Theme.ComplementaryColorGroup
|
colorGroup: PlasmaCore.Theme.ComplementaryColorGroup
|
||||||
|
|
||||||
|
// HACK: Here only to steal inputs the would normally be delivered to home
|
||||||
|
MouseArea {
|
||||||
|
anchors.fill: parent
|
||||||
|
}
|
||||||
|
|
||||||
RowLayout {
|
RowLayout {
|
||||||
anchors.topMargin: PlasmaCore.Units.smallSpacing
|
anchors.topMargin: PlasmaCore.Units.smallSpacing
|
||||||
anchors.leftMargin: PlasmaCore.Units.largeSpacing
|
anchors.leftMargin: PlasmaCore.Units.largeSpacing
|
||||||
|
|
@ -46,9 +51,4 @@ PlasmaCore.ColorScope {
|
||||||
onClicked: root.switchToGridRequested()
|
onClicked: root.switchToGridRequested()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
//HACK: Here only to steal inputs the would normally be delivered to home
|
|
||||||
MouseArea {
|
|
||||||
anchors.fill: parent
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue