Remove blue line to match changes in desktop Breeze

This commit is contained in:
Ilya Bizyaev 2019-02-10 02:58:44 +01:00
parent b171fc20aa
commit cfea45ec09

View file

@ -167,16 +167,6 @@ PlasmaCore.ColorScope {
}
height: parent.height
}
Rectangle {
height: units.smallSpacing/2
color: PlasmaCore.ColorScope.highlightColor
anchors {
left: parent.left
right: parent.right
bottom: parent.bottom
}
}
}
MouseArea {
z: 99