diff --git a/containment/package/contents/ui/background/MultiLayered.qml b/containment/package/contents/ui/background/MultiLayered.qml index 111162b5f..2a63c58ef 100644 --- a/containment/package/contents/ui/background/MultiLayered.qml +++ b/containment/package/contents/ui/background/MultiLayered.qml @@ -153,10 +153,6 @@ BackgroundProperties{ } totals.visualThickness: { - if (root.behaveAsPlasmaPanel) { - return root.isVertical ? root.width : root.height; - } - var itemMargins = root.shrinkThickMargins ? 0 : metrics.totals.thicknessEdges; var maximumItem = metrics.iconSize + itemMargins;