From 8c0260d4f89fc9e3b09c21d8fa36ca693a1c3c56 Mon Sep 17 00:00:00 2001 From: ivan tkachenko Date: Mon, 1 Jul 2024 03:34:43 +0500 Subject: [PATCH] plasmoid: Use better sizing binding for ListView delegate --- plasmoid/package/contents/ui/FullRepresentation.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plasmoid/package/contents/ui/FullRepresentation.qml b/plasmoid/package/contents/ui/FullRepresentation.qml index 4a1da0bab..f649b4de4 100644 --- a/plasmoid/package/contents/ui/FullRepresentation.qml +++ b/plasmoid/package/contents/ui/FullRepresentation.qml @@ -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 {