From f78f4e73f9d887a0bd31cb6d9439b8994e1ddab5 Mon Sep 17 00:00:00 2001 From: Marco Martin Date: Thu, 7 Feb 2019 11:17:02 +0100 Subject: [PATCH] remove the blue line for expanded feedback --- shell/contents/applet/CompactApplet.qml | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/shell/contents/applet/CompactApplet.qml b/shell/contents/applet/CompactApplet.qml index 8aa759db..5b076446 100644 --- a/shell/contents/applet/CompactApplet.qml +++ b/shell/contents/applet/CompactApplet.qml @@ -32,7 +32,7 @@ Item { property Item fullRepresentation property Item compactRepresentation - property Item expandedFeedback: expandedItem + property Item expandedFeedback: null property Item rootItem: { var item = root @@ -61,18 +61,6 @@ Item { fullRepresentation.anchors.margins = appletParent.margins.top; } - Rectangle { - id: expandedItem - anchors { - left: parent.left - right: parent.right - bottom: parent.top - } - height: units.smallSpacing - color: PlasmaCore.ColorScope.highlightColor - visible: plasmoid.formFactor != PlasmaCore.Types.Planar && plasmoid.expanded - } - Connections { target: plasmoid onExpandedChanged: {