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:
parent
99ff8c198e
commit
e64e003a7c
@ -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
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user