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:
ivan tkachenko 2024-07-01 03:09:59 +05:00
parent 90946829bf
commit 2267838dbc
No known key found for this signature in database
GPG key ID: AF72731B7C654CB3

View file

@ -40,6 +40,8 @@ PlasmaExtras.Representation {
spacing: Kirigami.Units.smallSpacing
clip: true
delegate: DeviceDelegate {
width: parent.width
}