From acc49da907e63f3bc6866ff28dc7926de3a02e31 Mon Sep 17 00:00:00 2001 From: Marco Martin Date: Thu, 10 Oct 2019 13:56:35 +0200 Subject: [PATCH] remove debug rectangle --- .../homescreen/package/contents/ui/launcher/Delegate.qml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/containments/homescreen/package/contents/ui/launcher/Delegate.qml b/containments/homescreen/package/contents/ui/launcher/Delegate.qml index b69591b6..3584f9c7 100644 --- a/containments/homescreen/package/contents/ui/launcher/Delegate.qml +++ b/containments/homescreen/package/contents/ui/launcher/Delegate.qml @@ -99,12 +99,7 @@ ContainmentLayoutManager.ItemContainer { plasmoid.nativeInterface.applicationListModel.runApplication(modelData.ApplicationStorageIdRole); } -Rectangle { - anchors.fill:parent - z: -1 - radius: 10 - opacity: 0.1 -} + //preventStealing: true ColumnLayout { anchors.fill: parent