diff --git a/containments/homescreen2/package/contents/ui/main.qml b/containments/homescreen2/package/contents/ui/main.qml index 530286f2..b8847db6 100644 --- a/containments/homescreen2/package/contents/ui/main.qml +++ b/containments/homescreen2/package/contents/ui/main.qml @@ -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() {