mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 19:29:47 +02:00
revoming useless code
This commit is contained in:
parent
2a59139c76
commit
b8eac7abef
3 changed files with 2 additions and 8 deletions
|
@ -129,7 +129,7 @@ Rectangle {
|
||||||
property int dropSamples: 9;
|
property int dropSamples: 9;
|
||||||
property int dropSpread: 0;
|
property int dropSpread: 0;
|
||||||
DropShadow {
|
DropShadow {
|
||||||
visible: true;//showPlace && (desktop ? desktop.gradientsSupported : false)
|
visible: true;
|
||||||
source: place;
|
source: place;
|
||||||
anchors.fill: place;
|
anchors.fill: place;
|
||||||
horizontalOffset: dropHorizontalOffset;
|
horizontalOffset: dropHorizontalOffset;
|
||||||
|
|
|
@ -33,12 +33,6 @@ Rectangle {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/*Rectangle {
|
|
||||||
anchors.fill: parent
|
|
||||||
border.width: 3
|
|
||||||
border.color: clickArea.containMouse ? highlightColor : "transparent"
|
|
||||||
color: "transparent"
|
|
||||||
}*/
|
|
||||||
|
|
||||||
Rectangle {
|
Rectangle {
|
||||||
id: indicator
|
id: indicator
|
||||||
|
|
|
@ -45,7 +45,7 @@ StackView {
|
||||||
Component.onDestruction: {
|
Component.onDestruction: {
|
||||||
root.parentChanged.disconnect(center);
|
root.parentChanged.disconnect(center);
|
||||||
}
|
}
|
||||||
|
|
||||||
function center() {
|
function center() {
|
||||||
// Explicitly center in order to avoid warnings at shutdown
|
// Explicitly center in order to avoid warnings at shutdown
|
||||||
anchors.centerIn = parent;
|
anchors.centerIn = parent;
|
||||||
|
|
Loading…
Reference in a new issue