remove debug text

This commit is contained in:
Marco Martin 2019-09-02 18:33:42 +02:00
parent d54a63ba04
commit 36aa3e5f0b

View file

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