plasmoid: Clip the ListView
That's not a responsibility of a ScrollView to take care of Flickable's clipping. See https://invent.kde.org/frameworks/qqc2-desktop-style/-/merge_requests/332 and https://invent.kde.org/plasma/libplasma/-/merge_requests/1014
This commit is contained in:
parent
90946829bf
commit
2267838dbc
1 changed files with 2 additions and 0 deletions
|
@ -40,6 +40,8 @@ PlasmaExtras.Representation {
|
||||||
|
|
||||||
spacing: Kirigami.Units.smallSpacing
|
spacing: Kirigami.Units.smallSpacing
|
||||||
|
|
||||||
|
clip: true
|
||||||
|
|
||||||
delegate: DeviceDelegate {
|
delegate: DeviceDelegate {
|
||||||
width: parent.width
|
width: parent.width
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue