diff --git a/containments/homescreen/package/contents/ui/SatelliteStripe.qml b/containments/homescreen/package/contents/ui/SatelliteStripe.qml index 74c1df11..5b65311a 100644 --- a/containments/homescreen/package/contents/ui/SatelliteStripe.qml +++ b/containments/homescreen/package/contents/ui/SatelliteStripe.qml @@ -13,14 +13,6 @@ PlasmaCore.ColorScope { topMargin: -margins.top bottomMargin: -margins.bottom } - Rectangle { - anchors { - fill: parent - topMargin: parent.margins.top - bottomMargin: parent.margins.bottom - } - color: PlasmaCore.ColorScope.backgroundColor - } } height: applicationsView.cellWidth