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() {