[plasma/kdeplasma-addons] applets/diskquota/qml: applets/diskquota: Properly set ItemDelegate content
Nicolas Fella <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit c448833f0df6b1e88551da9be712777cb6972771 by Nicolas Fella.
Committed on 03/08/2026 at 12:48.
Pushed by nicolasfella into branch 'master'.
applets/diskquota: Properly set ItemDelegate content
BUG: 523618
M +1 -3 applets/diskquota/qml/ListDelegateItem.qml
https://invent.kde.org/plasma/kdeplasma-addons/-/commit/c448833f0df6b1e88551da9be712777cb6972771
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 {