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 {
|
||||
id: krunner
|
||||
z: 999
|
||||
z: 998
|
||||
anchors {
|
||||
top: parent.top
|
||||
left: parent.left
|
||||
|
|
@ -310,6 +310,10 @@ Item {
|
|||
}
|
||||
|
||||
|
||||
EditOverlay {
|
||||
id: editOverlay
|
||||
z: 999
|
||||
}
|
||||
MouseEventListener {
|
||||
anchors.fill: parent
|
||||
|
||||
|
|
@ -435,10 +439,6 @@ Item {
|
|||
anchors.fill: parent
|
||||
}
|
||||
|
||||
EditOverlay {
|
||||
id: editOverlay
|
||||
z: 2
|
||||
}
|
||||
PlasmaCore.Svg {
|
||||
id: arrowsSvg
|
||||
imagePath: "widgets/arrows"
|
||||
|
|
|
|||
Loading…
Reference in a new issue