From af43ce3b6a1402a7d9d1573c9abe5a44b0f92d71 Mon Sep 17 00:00:00 2001 From: Marco Martin Date: Mon, 18 May 2015 14:24:24 +0200 Subject: [PATCH] remove the solid rectangle --- .../homescreen/package/contents/ui/SatelliteStripe.qml | 8 -------- 1 file changed, 8 deletions(-) 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