mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 15:03:09 +00:00
editoverlay covers krunner
now blocks all the clicks
This commit is contained in:
parent
eca12673b4
commit
21eb17fc49
1 changed files with 5 additions and 5 deletions
|
|
@ -300,7 +300,7 @@ Item {
|
||||||
}
|
}
|
||||||
KRunner {
|
KRunner {
|
||||||
id: krunner
|
id: krunner
|
||||||
z: 999
|
z: 998
|
||||||
anchors {
|
anchors {
|
||||||
top: parent.top
|
top: parent.top
|
||||||
left: parent.left
|
left: parent.left
|
||||||
|
|
@ -310,6 +310,10 @@ Item {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
EditOverlay {
|
||||||
|
id: editOverlay
|
||||||
|
z: 999
|
||||||
|
}
|
||||||
MouseEventListener {
|
MouseEventListener {
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
|
|
||||||
|
|
@ -435,10 +439,6 @@ Item {
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
}
|
}
|
||||||
|
|
||||||
EditOverlay {
|
|
||||||
id: editOverlay
|
|
||||||
z: 2
|
|
||||||
}
|
|
||||||
PlasmaCore.Svg {
|
PlasmaCore.Svg {
|
||||||
id: arrowsSvg
|
id: arrowsSvg
|
||||||
imagePath: "widgets/arrows"
|
imagePath: "widgets/arrows"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue