diff --git a/src/declarativeimports/plasmacomponents/qml/ListItem.qml b/src/declarativeimports/plasmacomponents/qml/ListItem.qml index 619c5bdcb..e898fc4df 100644 --- a/src/declarativeimports/plasmacomponents/qml/ListItem.qml +++ b/src/declarativeimports/plasmacomponents/qml/ListItem.qml @@ -88,7 +88,7 @@ Item { width: parent ? parent.width : childrenRect.width height: paddingItem.childrenRect.height + background.margins.top + background.margins.bottom - property int implicitHeight: paddingItem.childrenRect.height + background.margins.top + background.margins.bottom + implicitHeight: paddingItem.childrenRect.height + background.margins.top + background.margins.bottom Connections {