[kcms/virtualdesktops] Clip ListView

ListViews in ScrollViewKCMs need to be clipped, otherwise the content
can exceed the frame
This commit is contained in:
Nicolas Fella 2021-05-22 10:50:26 +02:00
parent af66f39f19
commit d8855cc62a

View file

@ -119,6 +119,8 @@ KCM.ScrollViewKCM {
view: ListView {
id: desktopsList
clip: true
model: kcm.desktopsModel.ready ? kcm.desktopsModel : null
section.property: "DesktopRow"