remove the blue line for expanded feedback

This commit is contained in:
Marco Martin 2019-02-07 11:17:02 +01:00
parent b99b093861
commit f78f4e73f9

View file

@ -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: {