mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 15:03: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
|
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
|
//BEGIN functions
|
||||||
//Autoscroll related functions
|
//Autoscroll related functions
|
||||||
function scrollUp() {
|
function scrollUp() {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue