1
0
mirror of https://github.com/KDE/latte-dock.git synced 2024-12-26 23:21:37 +03:00

mask correctly the vertical scrollable tasks

This commit is contained in:
Michail Vourlakos 2019-05-01 20:54:33 +03:00
parent 99ff8c198e
commit e64e003a7c

View File

@ -1257,7 +1257,7 @@ Item {
layer.enabled: contentsExceed && root.scrollingEnabled
layer.effect: OpacityMask {
maskSource: TasksLayout.ScrollOpacityMask{
width: scrollableList.width + root.lengthMargins
width: scrollableList.width
height: scrollableList.height
}
}