From c855d8f0b6feb084edae875ad61137c7358afa06 Mon Sep 17 00:00:00 2001 From: Michail Vourlakos Date: Tue, 19 Jan 2021 21:56:07 +0200 Subject: [PATCH] fix binding loop for behaveAsPlasmaPanel --- containment/package/contents/ui/background/MultiLayered.qml | 4 ---- 1 file changed, 4 deletions(-) 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;