diff --git a/containment/package/contents/ui/applet/ItemWrapper.qml b/containment/package/contents/ui/applet/ItemWrapper.qml index e54cdc6e4..2bff8f735 100644 --- a/containment/package/contents/ui/applet/ItemWrapper.qml +++ b/containment/package/contents/ui/applet/ItemWrapper.qml @@ -129,9 +129,7 @@ Item{ property int iconSize: appletItem.metrics.iconSize property int marginsThickness: { - if (appletItem.canFillThickness) { - return 0; - } else if (appletItem.inMarginsArea) { + if (appletItem.inMarginsArea) { return appletItem.metrics.marginsArea.thicknessEdges; }