Remove debugging rects from drag test

This commit is contained in:
Sebastian Kügler 2013-08-26 21:43:32 +02:00
parent fa20d4b99b
commit cbd1fa335c

View File

@ -83,7 +83,7 @@ PlasmaComponents.Page {
print(" item dropped " + objectName);
ooo.text = objectName
}
Rectangle { anchors.fill: parent; color: "blue"; opacity: 0.4; }
//Rectangle { anchors.fill: parent; color: "blue"; opacity: 0.4; }
}
}
DragItem {
@ -105,7 +105,7 @@ PlasmaComponents.Page {
print(" item dropped " + objectName);
ooo.text = objectName
}
Rectangle { anchors.fill: parent; color: "green"; opacity: 0.4; }
//Rectangle { anchors.fill: parent; color: "green"; opacity: 0.4; }
}
}
DragItem {