revoming useless code

This commit is contained in:
Dante Ruiz 2017-03-27 16:17:50 +01:00
parent 2a59139c76
commit b8eac7abef
3 changed files with 2 additions and 8 deletions

View file

@ -129,7 +129,7 @@ Rectangle {
property int dropSamples: 9;
property int dropSpread: 0;
DropShadow {
visible: true;//showPlace && (desktop ? desktop.gradientsSupported : false)
visible: true;
source: place;
anchors.fill: place;
horizontalOffset: dropHorizontalOffset;

View file

@ -33,12 +33,6 @@ Rectangle {
}
}
/*Rectangle {
anchors.fill: parent
border.width: 3
border.color: clickArea.containMouse ? highlightColor : "transparent"
color: "transparent"
}*/
Rectangle {
id: indicator

View file

@ -45,7 +45,7 @@ StackView {
Component.onDestruction: {
root.parentChanged.disconnect(center);
}
function center() {
// Explicitly center in order to avoid warnings at shutdown
anchors.centerIn = parent;