From fb1aaefd343d34051bfa5d70d8cb763a321b7689 Mon Sep 17 00:00:00 2001 From: Michail Vourlakos Date: Wed, 30 Dec 2020 13:20:57 +0200 Subject: [PATCH] Revert "hide sinkareas when no needed" This reverts commit 168502673b8098171314cb86d1b89db7eccecabd. --- containment/package/contents/ui/applet/EventsSink.qml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/containment/package/contents/ui/applet/EventsSink.qml b/containment/package/contents/ui/applet/EventsSink.qml index 9dc688a1b..bce6980ef 100644 --- a/containment/package/contents/ui/applet/EventsSink.qml +++ b/containment/package/contents/ui/applet/EventsSink.qml @@ -58,7 +58,6 @@ Item { id: topArea anchors.bottom: parent.top anchors.horizontalCenter: parent.horizontalCenter - visible: width>0 && height>0 width: plasmoid.formFactor === PlasmaCore.Types.Horizontal ? destination.width + 2 * lengthPadding : destination.width height: { @@ -76,7 +75,6 @@ Item { id: bottomArea anchors.top: parent.bottom anchors.horizontalCenter: parent.horizontalCenter - visible: width>0 && height>0 width: plasmoid.formFactor === PlasmaCore.Types.Horizontal ? destination.width + 2 * lengthPadding : parent.width height: { @@ -94,7 +92,6 @@ Item { id: leftArea anchors.right: parent.left anchors.verticalCenter: parent.verticalCenter - visible: width>0 && height>0 height: plasmoid.formFactor === PlasmaCore.Types.Horizontal ? parent.height : destination.height + 2 * lengthPadding width: { @@ -112,7 +109,6 @@ Item { id: rightArea anchors.left: parent.right anchors.verticalCenter: parent.verticalCenter - visible: width>0 && height>0 height: plasmoid.formFactor === PlasmaCore.Types.Horizontal ? parent.height : destination.height + 2 * lengthPadding width: {