fix binding loop for behaveAsPlasmaPanel

work/spdx
Michail Vourlakos 4 years ago
parent 8bf428becb
commit c855d8f0b6

@ -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;

Loading…
Cancel
Save