mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-28 14:43:09 +00:00
remove debug text
This commit is contained in:
parent
d54a63ba04
commit
36aa3e5f0b
1 changed files with 0 additions and 12 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue