mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
don't put favorites strip behind the bottom panel
This commit is contained in:
parent
67f73f1e0e
commit
ca8073387d
1 changed files with 1 additions and 1 deletions
|
|
@ -497,7 +497,7 @@ MouseEventListener {
|
|||
property int viewPos: applicationsView.contentItem.height * applicationsView.visibleArea.yPosition
|
||||
|
||||
y: Math.max(viewPos,
|
||||
Math.min(parent.height, viewPos + root.height - height) + Math.max(0, -(parent.height - height + applicationsView.contentY)))
|
||||
Math.min(parent.height, viewPos + plasmoid.availableScreenRect.height - height) + Math.max(0, -(parent.height - height + applicationsView.contentY)))
|
||||
|
||||
PlasmaCore.Svg {
|
||||
id: stripeIcons
|
||||
|
|
|
|||
Loading…
Reference in a new issue