plasmoid: Use better sizing binding for ListView delegate

This commit is contained in:
ivan tkachenko 2024-07-01 03:34:43 +05:00
parent 2267838dbc
commit 8c0260d4f8
No known key found for this signature in database
GPG key ID: AF72731B7C654CB3

View file

@ -43,7 +43,7 @@ PlasmaExtras.Representation {
clip: true
delegate: DeviceDelegate {
width: parent.width
width: ListView.view.width - ListView.view.leftMargin - ListView.view.rightMargin
}
PlasmaExtras.PlaceholderMessage {