debug text on availablescreenrect

This commit is contained in:
Marco Martin 2019-08-28 12:06:00 +02:00
parent b22c9cc219
commit cbc62cfda4

View file

@ -44,7 +44,11 @@ Text {
color: "white"
visible: plasmoid.editMode
}
Text {
anchors.centerIn: parent
text: plasmoid.availableScreenRect.x + ", " + plasmoid.availableScreenRect.y+ ", "+ plasmoid.availableScreenRect.width + "x" + plasmoid.availableScreenRect.height
color: "white"
}
//BEGIN functions
//Autoscroll related functions
function scrollUp() {