mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-08-03 18:24:46 +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"
|
color: "white"
|
||||||
visible: plasmoid.editMode
|
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
|
//BEGIN functions
|
||||||
//Autoscroll related functions
|
//Autoscroll related functions
|
||||||
function scrollUp() {
|
function scrollUp() {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue