clip Tasks Scrollable area

--this way the Tasks applet can not
hover and hijack signals from previous
added applets in the same Layout container
pull/15/head
Michail Vourlakos 5 years ago
parent c8164597bb
commit 78a8770be8

@ -25,7 +25,7 @@ import org.kde.latte.core 0.2 as LatteCore
Flickable{
id: flickableContainer
clip: false
clip: root.screenGeometry && contentsExceed
flickableDirection: plasmoid.formFactor === PlasmaCore.Types.Horizontal ? Flickable.HorizontalFlick : Flickable.VerticalFlick
interactive: false

Loading…
Cancel
Save