[plasma/kdeplasma-addons/Plasma/6.7] applets/diskquota/qml: applets/diskquota: Properly set ItemDelegate content
Nicolas Fella <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 57ab0e90662dd258bf35d07c1c0503a260f7d16d by Nicolas Fella.
Committed on 03/08/2026 at 13:31.
Pushed by nicolasfella into branch 'Plasma/6.7'.
applets/diskquota: Properly set ItemDelegate content
BUG: 523618
(cherry picked from commit c448833f0df6b1e88551da9be712777cb6972771)
M +1 -3 applets/diskquota/qml/ListDelegateItem.qml
https://invent.kde.org/plasma/kdeplasma-addons/-/commit/57ab0e90662dd258bf35d07c1c0503a260f7d16d
diff --git a/applets/diskquota/qml/ListDelegateItem.qml b/applets/diskquota/qml/ListDelegateItem.qml
index 08ae2bd06..970623781 100644
--- a/applets/diskquota/qml/ListDelegateItem.qml
+++ b/applets/diskquota/qml/ListDelegateItem.qml
@@ -31,9 +31,7 @@ PlasmaComponents3.ItemDelegate {
diskQuota.openCleanUpTool(mountPoint);
}
- RowLayout {
- id: contents
- width: parent.width
+ contentItem: RowLayout {
spacing: Kirigami.Units.gridUnit
Kirigami.Icon {