diff --git a/src/declarativeimports/plasmaextracomponents/qml/ExpandableListItem.qml b/src/declarativeimports/plasmaextracomponents/qml/ExpandableListItem.qml index 48bc80549..e16ef00aa 100644 --- a/src/declarativeimports/plasmaextracomponents/qml/ExpandableListItem.qml +++ b/src/declarativeimports/plasmaextracomponents/qml/ExpandableListItem.qml @@ -520,10 +520,10 @@ Item { delegate: MouseArea { id: actionItem - enabled: model.enabled + visible: model.enabled width: actionsList.width - height: actionItemLayout.height + PlasmaCore.Units.smallSpacing * 2 + height: visible ? actionItemLayout.height + PlasmaCore.Units.smallSpacing * 2 : 0 hoverEnabled: true