[kcms/virtualdesktops] Clip ListView
ListViews in ScrollViewKCMs need to be clipped, otherwise the content can exceed the frame
This commit is contained in:
parent
af66f39f19
commit
d8855cc62a
1 changed files with 2 additions and 0 deletions
|
@ -119,6 +119,8 @@ KCM.ScrollViewKCM {
|
||||||
view: ListView {
|
view: ListView {
|
||||||
id: desktopsList
|
id: desktopsList
|
||||||
|
|
||||||
|
clip: true
|
||||||
|
|
||||||
model: kcm.desktopsModel.ready ? kcm.desktopsModel : null
|
model: kcm.desktopsModel.ready ? kcm.desktopsModel : null
|
||||||
|
|
||||||
section.property: "DesktopRow"
|
section.property: "DesktopRow"
|
||||||
|
|
Loading…
Reference in a new issue