don't put favorites strip behind the bottom panel

This commit is contained in:
Marco Martin 2015-06-15 11:34:17 -07:00
parent 67f73f1e0e
commit ca8073387d

View file

@ -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