From 11703e2043720979a462595cb3a77525f0ce5f94 Mon Sep 17 00:00:00 2001 From: Marco Martin Date: Mon, 17 Feb 2020 10:28:23 +0100 Subject: [PATCH] remove debug background --- .../package/contents/ui/launcher/LauncherContainer.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containments/homescreen/package/contents/ui/launcher/LauncherContainer.qml b/containments/homescreen/package/contents/ui/launcher/LauncherContainer.qml index 225cc9d2..3a9bf0ca 100644 --- a/containments/homescreen/package/contents/ui/launcher/LauncherContainer.qml +++ b/containments/homescreen/package/contents/ui/launcher/LauncherContainer.qml @@ -66,7 +66,7 @@ Item { topPadding: 0 rightPadding: 0 bottomPadding: 0 -background: Rectangle{opacity: 0.3} + // With a mousearea, it will be possible to drag with touch also on empty places contentItem: MouseArea { implicitWidth: applicationsFlow.implicitWidth