mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 15:03:09 +00:00
debug text on availablescreenrect
This commit is contained in:
parent
b22c9cc219
commit
cbc62cfda4
1 changed files with 5 additions and 1 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue