From 36aa3e5f0bb2e7fc7d9a95d5bc6989cf55b02701 Mon Sep 17 00:00:00 2001 From: Marco Martin Date: Mon, 2 Sep 2019 18:33:42 +0200 Subject: [PATCH] remove debug text --- .../homescreen2/package/contents/ui/main.qml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/containments/homescreen2/package/contents/ui/main.qml b/containments/homescreen2/package/contents/ui/main.qml index 927af774..37c2e00e 100644 --- a/containments/homescreen2/package/contents/ui/main.qml +++ b/containments/homescreen2/package/contents/ui/main.qml @@ -39,18 +39,6 @@ Item { property Item toolBox - Column { - anchors.centerIn: parent - Text { - text:"Edit Mode" - color: "white" - visible: plasmoid.editMode - } - Text { - text: plasmoid.availableScreenRect.x + ", " + plasmoid.availableScreenRect.y+ ", "+ plasmoid.availableScreenRect.width + "x" + plasmoid.availableScreenRect.height - color: "white" - } - } //BEGIN functions //Autoscroll related functions function scrollUp() {